Html Css Color HEX #06AAFE Deep Sky Blue

📋 copy color: '#06AAFE'

red 6 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #06AAFE

Tints of Deep Sky Blue #06AAFE

RGB

 RED value IS 6 (2.73% from 255) = 1.4%

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 1.4%
G = 39.53%
B = 59.07%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06AAFE (or 0x06AAFE) is known color: Deep Sky Blue. HEX triplet: 06, AA and FE. RGB value is (6,170,254). Sum of RGB (Red+Green+Blue) = 6+170+254=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #06AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AAFE is #F95501. Grayscale: #828282. Windows color (decimal): -16340226 or 16689670. OLE color: 16689670.

HSL color Cylindrical-coordinate representation of color #06AAFE: hue angle of 200.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AAFE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 170 254 -
CMYK 0.98 0.33 0 0.00
HSL 200.32º 0.99% 0.51% -
HSV(B) 200.32º 0.98% 1% -
XYZ 32.34 35.94 99 -
YUV 130.54 197.67 39.17 -
System Red Green Blue C M Y K H S L
Decimal 6 170 254 0.98 0.33 0 0.00 200.32 0.99 0.51
Hex 6 AA FE 62 21 0 0 C8 63 33
Octal 6 252 376 142 41 0 0 310 143 63
Binary 110 10101010 11111110 1100010 100001 0 0 11001000 1100011 110011

Color Harmonies of #06AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAFE

Black with #06AAFE

Text Example


Text Example

White with #06AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AAFE; }

 p { color: rgb(6,170,254); }

 H1.HeaderClassName
 {
   color: #06AAFE;
 }
 .AnyTagClassName
 {
   color: #06AAFE;
 }
</style>

background-color css

<style>
 a { background-color: #06AAFE; }

 a { background-color: rgb(6,170,254); }

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

border-color css

<style>
 span { border-color: #06AAFE; }

 span { border-color: rgb(6,170,254); }

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