Html Css Color HEX #09BDEC Deep Sky Blue

📋 copy color: '#09BDEC'

red 9 ◦ green 189 ◦ blue 236

#09BDEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #09BDEC

Tints of Deep Sky Blue #09BDEC

RGB

 RED value IS 9 (3.91% from 255) = 2.07%

 GREEN value IS 189 (74.22% from 255) = 43.55%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 2.07%
G = 43.55%
B = 54.38%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09BDEC (or 0x09BDEC) is known color: Deep Sky Blue. HEX triplet: 09, BD and EC. RGB value is (9,189,236). Sum of RGB (Red+Green+Blue) = 9+189+236=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #09BDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDEC is #F64213. Grayscale: #8C8C8C. Windows color (decimal): -16138772 or 15514889. OLE color: 15514889.

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

Color convert

RGB 9 189 236 -
CMYK 0.96 0.20 0 0.07
HSL 192.42º 0.93% 0.48% -
HSV(B) 192.42º 0.96% 0.93% -
XYZ 33.45 42.51 85.8 -
YUV 140.54 181.87 34.18 -
System Red Green Blue C M Y K H S L
Decimal 9 189 236 0.96 0.20 0 0.07 192.42 0.93 0.48
Hex 9 BD EC 60 14 0 7 C0 5D 30
Octal 11 275 354 140 24 0 7 300 135 60
Binary 1001 10111101 11101100 1100000 10100 0 111 11000000 1011101 110000

Color Harmonies of #09BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDEC

Black with #09BDEC

Text Example


Text Example

White with #09BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,236); }

 H1.HeaderClassName
 {
   color: #09BDEC;
 }
 .AnyTagClassName
 {
   color: #09BDEC;
 }
</style>

background-color css

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

 a { background-color: rgb(9,189,236); }

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

border-color css

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

 span { border-color: rgb(9,189,236); }

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