Html Css Color HEX #09BFEE Deep Sky Blue

📋 copy color: '#09BFEE'

red 9 ◦ green 191 ◦ blue 238

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

Shades of Deep Sky Blue #09BFEE

Tints of Deep Sky Blue #09BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 2.05%
G = 43.61%
B = 54.34%

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

#09BFEE (or 0x09BFEE) is known color: Deep Sky Blue. HEX triplet: 09, BF and EE. RGB value is (9,191,238). Sum of RGB (Red+Green+Blue) = 9+191+238=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #09BFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFEE is #F64011. Grayscale: #8D8D8D. Windows color (decimal): -16138258 or 15646473. OLE color: 15646473.

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

Color convert

RGB 9 191 238 -
CMYK 0.96 0.20 0 0.07
HSL 192.31º 0.93% 0.48% -
HSV(B) 192.31º 0.96% 0.93% -
XYZ 34.18 43.49 87.48 -
YUV 141.94 182.2 33.18 -
System Red Green Blue C M Y K H S L
Decimal 9 191 238 0.96 0.20 0 0.07 192.31 0.93 0.48
Hex 9 BF EE 60 14 0 7 C0 5D 30
Octal 11 277 356 140 24 0 7 300 135 60
Binary 1001 10111111 11101110 1100000 10100 0 111 11000000 1011101 110000

Color Harmonies of #09BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFEE

Black with #09BFEE

Text Example


Text Example

White with #09BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,191,238); }

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

background-color css

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

 a { background-color: rgb(9,191,238); }

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

border-color css

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

 span { border-color: rgb(9,191,238); }

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