Html Css Color HEX #09AFFC Deep Sky Blue

📋 copy color: '#09AFFC'

red 9 ◦ green 175 ◦ blue 252

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

Shades of Deep Sky Blue #09AFFC

Tints of Deep Sky Blue #09AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 2.06%
G = 40.14%
B = 57.8%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09AFFC (or 0x09AFFC) is known color: Deep Sky Blue. HEX triplet: 09, AF and FC. RGB value is (9,175,252). Sum of RGB (Red+Green+Blue) = 9+175+252=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #09AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFFC is #F65003. Grayscale: #858585. Windows color (decimal): -16142340 or 16559881. OLE color: 16559881.

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

Color convert

RGB 9 175 252 -
CMYK 0.96 0.31 0 0.01
HSL 199.01º 0.98% 0.51% -
HSV(B) 199.01º 0.96% 0.99% -
XYZ 33.01 37.75 97.64 -
YUV 134.14 194.5 38.74 -
System Red Green Blue C M Y K H S L
Decimal 9 175 252 0.96 0.31 0 0.01 199.01 0.98 0.51
Hex 9 AF FC 60 1F 0 1 C7 62 33
Octal 11 257 374 140 37 0 1 307 142 63
Binary 1001 10101111 11111100 1100000 11111 0 1 11000111 1100010 110011

Color Harmonies of #09AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFFC

Black with #09AFFC

Text Example


Text Example

White with #09AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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