#09CDF2

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

Shades of Deep Sky Blue #09CDF2

Tints of Deep Sky Blue #09CDF2

Color information

#09CDF2 (or 0x09CDF2) is unknown color: approx Deep Sky Blue. HEX triplet: 09, CD and F2. RGB value is (9,205,242). Sum of RGB (Red+Green+Blue) = 9+205+242=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #09CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDF2 is #F6320D. Grayscale: #969696. Windows color (decimal): -16134670 or 15912201. OLE color: 15912201.

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

Color convert

RGB9205242-
CMYK0.960.1500.05
HSL189.53º92.83%49.22%-
HSV(B)189.53º96.28%94.9%-
XYZ37.9750.1391.68-
YUV150.61179.5726.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.97%
GREEN value IS 205 (80.47% from 255) = 44.96%
BLUE value IS 242 (94.92% from 255) = 53.07%
R=1.97%
G=44.96%
B=53.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92052420.960.1500.05189.5392.8349.22
Hex9CDF260F05be5d31
Octal11315362140170527613561
Binary10011100110111110010110000011110101101111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,205,242); }

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

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

 a { background-color: rgb(9,205,242); }

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

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

 span { border-color: rgb(9,205,242); }

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