#09D4F6

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

Shades of Deep Sky Blue #09D4F6

Tints of Deep Sky Blue #09D4F6

Color information

#09D4F6 (or 0x09D4F6) is unknown color: approx Deep Sky Blue. HEX triplet: 09, D4 and F6. RGB value is (9,212,246). Sum of RGB (Red+Green+Blue) = 9+212+246=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #09D4F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D4F6 is #F62B09. Grayscale: #9A9A9A. Windows color (decimal): -16132874 or 16176137. OLE color: 16176137.

HSL color Cylindrical-coordinate representation of color #09D4F6: hue angle of 188.61º 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 #09D4F6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9212246-
CMYK0.960.1400.04
HSL188.61º92.94%50%-
HSV(B)188.61º96.34%96.47%-
XYZ40.2953.895.45-
YUV155.18179.2523.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.93%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 246 (96.48% from 255) = 52.68%
R=1.93%
G=45.40%
B=52.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92122460.960.1400.04188.6192.9450
Hex9D4F660E04bd5d32
Octal11324366140160427513562
Binary10011101010011110110110000011100100101111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09D4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,212,246); }

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

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

 a { background-color: rgb(9,212,246); }

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

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

 span { border-color: rgb(9,212,246); }

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