Html Css Color HEX #09AFEB Deep Sky Blue

📋 copy color: '#09AFEB'

red 9 ◦ green 175 ◦ blue 235

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

Shades of Deep Sky Blue #09AFEB

Tints of Deep Sky Blue #09AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 2.15%
G = 41.77%
B = 56.09%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09AFEB (or 0x09AFEB) is known color: Deep Sky Blue. HEX triplet: 09, AF and EB. RGB value is (9,175,235). Sum of RGB (Red+Green+Blue) = 9+175+235=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #09AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFEB is #F65014. Grayscale: #838383. Windows color (decimal): -16142357 or 15445769. OLE color: 15445769.

HSL color Cylindrical-coordinate representation of color #09AFEB: hue angle of 195.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFEB is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 175 235 -
CMYK 0.96 0.26 0 0.08
HSL 195.93º 0.93% 0.48% -
HSV(B) 195.93º 0.96% 0.92% -
XYZ 30.44 36.72 84.08 -
YUV 132.21 186 40.12 -
System Red Green Blue C M Y K H S L
Decimal 9 175 235 0.96 0.26 0 0.08 195.93 0.93 0.48
Hex 9 AF EB 60 1A 0 8 C4 5D 30
Octal 11 257 353 140 32 0 10 304 135 60
Binary 1001 10101111 11101011 1100000 11010 0 1000 11000100 1011101 110000

Color Harmonies of #09AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFEB

Black with #09AFEB

Text Example


Text Example

White with #09AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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