Html Css Color HEX #06AAE7 Deep Sky Blue

📋 copy color: '#06AAE7'

red 6 ◦ green 170 ◦ blue 231

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

Shades of Deep Sky Blue #06AAE7

Tints of Deep Sky Blue #06AAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.76%

R = 1.47%
G = 41.77%
B = 56.76%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#06AAE7 (or 0x06AAE7) is known color: Deep Sky Blue. HEX triplet: 06, AA and E7. RGB value is (6,170,231). Sum of RGB (Red+Green+Blue) = 6+170+231=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #06AAE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AAE7 is #F95518. Grayscale: #7F7F7F. Windows color (decimal): -16340249 or 15182342. OLE color: 15182342.

HSL color Cylindrical-coordinate representation of color #06AAE7: hue angle of 196.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AAE7 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 170 231 -
CMYK 0.97 0.26 0 0.09
HSL 196.27º 0.95% 0.46% -
HSV(B) 196.27º 0.97% 0.91% -
XYZ 28.87 34.56 80.75 -
YUV 127.92 186.17 41.04 -
System Red Green Blue C M Y K H S L
Decimal 6 170 231 0.97 0.26 0 0.09 196.27 0.95 0.46
Hex 6 AA E7 61 1A 0 9 C4 5F 2E
Octal 6 252 347 141 32 0 11 304 137 56
Binary 110 10101010 11100111 1100001 11010 0 1001 11000100 1011111 101110

Color Harmonies of #06AAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAE7

Black with #06AAE7

Text Example


Text Example

White with #06AAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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