Html Css Color HEX #06AAF6 Deep Sky Blue

📋 copy color: '#06AAF6'

red 6 ◦ green 170 ◦ blue 246

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

Shades of Deep Sky Blue #06AAF6

Tints of Deep Sky Blue #06AAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 1.42%
G = 40.28%
B = 58.29%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#06AAF6 (or 0x06AAF6) is known color: Deep Sky Blue. HEX triplet: 06, AA and F6. RGB value is (6,170,246). Sum of RGB (Red+Green+Blue) = 6+170+246=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #06AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AAF6 is #F95509. Grayscale: #818181. Windows color (decimal): -16340234 or 16165382. OLE color: 16165382.

HSL color Cylindrical-coordinate representation of color #06AAF6: hue angle of 199º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AAF6 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 170 246 -
CMYK 0.98 0.31 0 0.04
HSL 199º 0.95% 0.49% -
HSV(B) 199º 0.98% 0.96% -
XYZ 31.08 35.44 92.39 -
YUV 129.63 193.67 39.82 -
System Red Green Blue C M Y K H S L
Decimal 6 170 246 0.98 0.31 0 0.04 199 0.95 0.49
Hex 6 AA F6 62 1F 0 4 C7 5F 31
Octal 6 252 366 142 37 0 4 307 137 61
Binary 110 10101010 11110110 1100010 11111 0 100 11000111 1011111 110001

Color Harmonies of #06AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAF6

Black with #06AAF6

Text Example


Text Example

White with #06AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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