#09CBF4

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

Shades of Deep Sky Blue #09CBF4

Tints of Deep Sky Blue #09CBF4

Color information

#09CBF4 (or 0x09CBF4) is unknown color: approx Deep Sky Blue. HEX triplet: 09, CB and F4. RGB value is (9,203,244). Sum of RGB (Red+Green+Blue) = 9+203+244=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #09CBF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBF4 is #F6340B. Grayscale: #959595. Windows color (decimal): -16135180 or 16042761. OLE color: 16042761.

HSL color Cylindrical-coordinate representation of color #09CBF4: hue angle of 190.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CBF4 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9203244-
CMYK0.960.1700.04
HSL190.47º92.89%49.61%-
HSV(B)190.47º96.31%95.69%-
XYZ37.849.393.11-
YUV149.67181.2327.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.97%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=1.97%
G=44.52%
B=53.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92032440.960.1700.04190.4792.8949.61
Hex9CBF4601104be5d32
Octal11313364140210427613562
Binary100111001011111101001100000100010100101111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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