Html Css Color HEX #09AFED Deep Sky Blue

📋 copy color: '#09AFED'

red 9 ◦ green 175 ◦ blue 237

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

Shades of Deep Sky Blue #09AFED

Tints of Deep Sky Blue #09AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 2.14%
G = 41.57%
B = 56.29%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09AFED (or 0x09AFED) is known color: Deep Sky Blue. HEX triplet: 09, AF and ED. RGB value is (9,175,237). Sum of RGB (Red+Green+Blue) = 9+175+237=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #09AFED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFED is #F65012. Grayscale: #848484. Windows color (decimal): -16142355 or 15576841. OLE color: 15576841.

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

Color convert

RGB 9 175 237 -
CMYK 0.96 0.26 0 0.07
HSL 196.32º 0.93% 0.48% -
HSV(B) 196.32º 0.96% 0.93% -
XYZ 30.73 36.83 85.61 -
YUV 132.43 187 39.96 -
System Red Green Blue C M Y K H S L
Decimal 9 175 237 0.96 0.26 0 0.07 196.32 0.93 0.48
Hex 9 AF ED 60 1A 0 7 C4 5D 30
Octal 11 257 355 140 32 0 7 304 135 60
Binary 1001 10101111 11101101 1100000 11010 0 111 11000100 1011101 110000

Color Harmonies of #09AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFED

Black with #09AFED

Text Example


Text Example

White with #09AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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