#0cbbed

Color #0CBBED Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0CBBED

Tints of Deep Sky Blue #0CBBED

Color information

#0CBBED (or 0x0CBBED) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, BB and ED. RGB value is (12,187,237). Sum of RGB (Red+Green+Blue) = 12+187+237=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CBBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBED is #F34412. Grayscale: #8C8C8C. Windows color (decimal): -15942675 or 15579916. OLE color: 15579916.

HSL color Cylindrical-coordinate representation of color #0CBBED: hue angle of 193.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBED is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12187237-
CMYK0.950.2100.07
HSL193.33º90.36%48.82%-
HSV(B)193.33º94.94%92.94%-
XYZ33.2141.7386.43-
YUV140.38182.5236.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 2.75%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=2.75%
G=42.89%
B=54.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121872370.950.2100.07193.3390.3648.82
HexCBBED5F1507c15a31
Octal14273355137250730113261
Binary110010111011111011011011111101010111110000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbbed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0cbbed; }

 p { color: rgb(12,187,237); }

 H1.HeaderClassName
 {
   color: #0cbbed;
 }
 .AnyTagClassName
 {
   color: #0cbbed;
 }
</style>
background-color css

<style>
 a { background-color: #0cbbed; }

 a { background-color: rgb(12,187,237); }

 div.DivClassName
 {
   background-color: #0cbbed;
 }
 .BgClassName
 {
   background-color: #0cbbed;
 }
</style>
border-color css

<style>
 span { border-color: #0cbbed; }

 span { border-color: rgb(12,187,237); }

 td.TdClassName
 {
   border-color: #0cbbed;
 }
 .TagClassName
 {
   border-color: #0cbbed;
 }
</style>