Html Css Color HEX #09BFE6 Deep Sky Blue

📋 copy color: '#09BFE6'

red 9 ◦ green 191 ◦ blue 230

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

Shades of Deep Sky Blue #09BFE6

Tints of Deep Sky Blue #09BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.49%

R = 2.09%
G = 44.42%
B = 53.49%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#09BFE6 (or 0x09BFE6) is known color: Deep Sky Blue. HEX triplet: 09, BF and E6. RGB value is (9,191,230). Sum of RGB (Red+Green+Blue) = 9+191+230=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #09BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFE6 is #F64019. Grayscale: #8C8C8C. Windows color (decimal): -16138266 or 15122185. OLE color: 15122185.

HSL color Cylindrical-coordinate representation of color #09BFE6: hue angle of 190.59º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFE6 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 191 230 -
CMYK 0.96 0.17 0 0.10
HSL 190.59º 0.92% 0.47% -
HSV(B) 190.59º 0.96% 0.9% -
XYZ 33.03 43.03 81.43 -
YUV 141.03 178.2 33.83 -
System Red Green Blue C M Y K H S L
Decimal 9 191 230 0.96 0.17 0 0.10 190.59 0.92 0.47
Hex 9 BF E6 60 11 0 A BF 5C 2F
Octal 11 277 346 140 21 0 12 277 134 57
Binary 1001 10111111 11100110 1100000 10001 0 1010 10111111 1011100 101111

Color Harmonies of #09BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFE6

Black with #09BFE6

Text Example


Text Example

White with #09BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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