Html Css Color HEX #09BDEB Deep Sky Blue

📋 copy color: '#09BDEB'

red 9 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #09BDEB

Tints of Deep Sky Blue #09BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 2.08%
G = 43.65%
B = 54.27%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09BDEB (or 0x09BDEB) is known color: Deep Sky Blue. HEX triplet: 09, BD and EB. RGB value is (9,189,235). Sum of RGB (Red+Green+Blue) = 9+189+235=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #09BDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDEB is #F64214. Grayscale: #8C8C8C. Windows color (decimal): -16138773 or 15449353. OLE color: 15449353.

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

Color convert

RGB 9 189 235 -
CMYK 0.96 0.20 0 0.08
HSL 192.21º 0.93% 0.48% -
HSV(B) 192.21º 0.96% 0.92% -
XYZ 33.31 42.45 85.04 -
YUV 140.42 181.37 34.26 -
System Red Green Blue C M Y K H S L
Decimal 9 189 235 0.96 0.20 0 0.08 192.21 0.93 0.48
Hex 9 BD EB 60 14 0 8 C0 5D 30
Octal 11 275 353 140 24 0 10 300 135 60
Binary 1001 10111101 11101011 1100000 10100 0 1000 11000000 1011101 110000

Color Harmonies of #09BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDEB

Black with #09BDEB

Text Example


Text Example

White with #09BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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