#09CBF0

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

Shades of Deep Sky Blue #09CBF0

Tints of Deep Sky Blue #09CBF0

Color information

#09CBF0 (or 0x09CBF0) is unknown color: approx Deep Sky Blue. HEX triplet: 09, CB and F0. RGB value is (9,203,240). Sum of RGB (Red+Green+Blue) = 9+203+240=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #09CBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBF0 is #F6340F. Grayscale: #949494. Windows color (decimal): -16135184 or 15780617. OLE color: 15780617.

HSL color Cylindrical-coordinate representation of color #09CBF0: hue angle of 189.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CBF0 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9203240-
CMYK0.960.1500.06
HSL189.61º92.77%48.82%-
HSV(B)189.61º96.25%94.12%-
XYZ37.249.0689.95-
YUV149.21179.2327.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.99%
GREEN value IS 203 (79.69% from 255) = 44.91%
BLUE value IS 240 (94.14% from 255) = 53.10%
R=1.99%
G=44.91%
B=53.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92032400.960.1500.06189.6192.7748.82
Hex9CBF060F06be5d31
Octal11313360140170627613561
Binary10011100101111110000110000011110110101111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09CBF0; }

 p { color: rgb(9,203,240); }

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

<style>
 a { background-color: #09CBF0; }

 a { background-color: rgb(9,203,240); }

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

<style>
 span { border-color: #09CBF0; }

 span { border-color: rgb(9,203,240); }

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