Html Css Color HEX #09BFFC Deep Sky Blue

📋 copy color: '#09BFFC'

red 9 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #09BFFC

Tints of Deep Sky Blue #09BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 1.99%
G = 42.26%
B = 55.75%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09BFFC (or 0x09BFFC) is known color: Deep Sky Blue. HEX triplet: 09, BF and FC. RGB value is (9,191,252). Sum of RGB (Red+Green+Blue) = 9+191+252=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #09BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFFC is #F64003. Grayscale: #8F8F8F. Windows color (decimal): -16138244 or 16563977. OLE color: 16563977.

HSL color Cylindrical-coordinate representation of color #09BFFC: hue angle of 195.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFFC is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 191 252 -
CMYK 0.96 0.24 0 0.01
HSL 195.06º 0.98% 0.51% -
HSV(B) 195.06º 0.96% 0.99% -
XYZ 36.31 44.35 98.74 -
YUV 143.54 189.2 32.04 -
System Red Green Blue C M Y K H S L
Decimal 9 191 252 0.96 0.24 0 0.01 195.06 0.98 0.51
Hex 9 BF FC 60 18 0 1 C3 62 33
Octal 11 277 374 140 30 0 1 303 142 63
Binary 1001 10111111 11111100 1100000 11000 0 1 11000011 1100010 110011

Color Harmonies of #09BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFFC

Black with #09BFFC

Text Example


Text Example

White with #09BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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