Html Css Color HEX #09AFE9 Deep Sky Blue

📋 copy color: '#09AFE9'

red 9 ◦ green 175 ◦ blue 233

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

Shades of Deep Sky Blue #09AFE9

Tints of Deep Sky Blue #09AFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 55.88%

R = 2.16%
G = 41.97%
B = 55.88%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09AFE9 (or 0x09AFE9) is known color: Deep Sky Blue. HEX triplet: 09, AF and E9. RGB value is (9,175,233). Sum of RGB (Red+Green+Blue) = 9+175+233=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #09AFE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFE9 is #F65016. Grayscale: #838383. Windows color (decimal): -16142359 or 15314697. OLE color: 15314697.

HSL color Cylindrical-coordinate representation of color #09AFE9: hue angle of 195.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFE9 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 175 233 -
CMYK 0.96 0.25 0 0.09
HSL 195.54º 0.93% 0.47% -
HSV(B) 195.54º 0.96% 0.91% -
XYZ 30.15 36.6 82.57 -
YUV 131.98 185 40.28 -
System Red Green Blue C M Y K H S L
Decimal 9 175 233 0.96 0.25 0 0.09 195.54 0.93 0.47
Hex 9 AF E9 60 19 0 9 C4 5D 2F
Octal 11 257 351 140 31 0 11 304 135 57
Binary 1001 10101111 11101001 1100000 11001 0 1001 11000100 1011101 101111

Color Harmonies of #09AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFE9

Black with #09AFE9

Text Example


Text Example

White with #09AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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