Html Css Color HEX #06AAED Deep Sky Blue

📋 copy color: '#06AAED'

red 6 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #06AAED

Tints of Deep Sky Blue #06AAED

RGB

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

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

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

R = 1.45%
G = 41.16%
B = 57.38%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06AAED (or 0x06AAED) is known color: Deep Sky Blue. HEX triplet: 06, AA and ED. RGB value is (6,170,237). Sum of RGB (Red+Green+Blue) = 6+170+237=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #06AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AAED is #F95512. Grayscale: #808080. Windows color (decimal): -16340243 or 15575558. OLE color: 15575558.

HSL color Cylindrical-coordinate representation of color #06AAED: hue angle of 197.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AAED is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 170 237 -
CMYK 0.97 0.28 0 0.07
HSL 197.4º 0.95% 0.48% -
HSV(B) 197.4º 0.97% 0.93% -
XYZ 29.74 34.9 85.29 -
YUV 128.6 189.17 40.55 -
System Red Green Blue C M Y K H S L
Decimal 6 170 237 0.97 0.28 0 0.07 197.4 0.95 0.48
Hex 6 AA ED 61 1C 0 7 C5 5F 30
Octal 6 252 355 141 34 0 7 305 137 60
Binary 110 10101010 11101101 1100001 11100 0 111 11000101 1011111 110000

Color Harmonies of #06AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAED

Black with #06AAED

Text Example


Text Example

White with #06AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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