Html Css Color HEX #00AAEB Deep Sky Blue

📋 copy color: '#00AAEB'

red 0 ◦ green 170 ◦ blue 235

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

Shades of Deep Sky Blue #00AAEB

Tints of Deep Sky Blue #00AAEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.98%
B = 58.02%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00AAEB (or 0x00AAEB) is known color: Deep Sky Blue. HEX triplet: 00, AA and EB. RGB value is (0,170,235). Sum of RGB (Red+Green+Blue) = 0+170+235=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #00AAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AAEB is #FF5514. Grayscale: #7E7E7E. Windows color (decimal): -16733461 or 15444480. OLE color: 15444480.

HSL color Cylindrical-coordinate representation of color #00AAEB: hue angle of 196.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAEB is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 170 235 -
CMYK 1 0.28 0 0.08
HSL 196.6º 1% 0.46% -
HSV(B) 196.6º 1% 0.92% -
XYZ 29.37 34.75 83.76 -
YUV 126.58 189.18 37.71 -
System Red Green Blue C M Y K H S L
Decimal 0 170 235 1 0.28 0 0.08 196.6 1 0.46
Hex 0 AA EB 64 1C 0 8 C5 64 2E
Octal 0 252 353 144 34 0 10 305 144 56
Binary 0 10101010 11101011 1100100 11100 0 1000 11000101 1100100 101110

Color Harmonies of #00AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAEB

Black with #00AAEB

Text Example


Text Example

White with #00AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AAEB; }

 p { color: rgb(0,170,235); }

 H1.HeaderClassName
 {
   color: #00AAEB;
 }
 .AnyTagClassName
 {
   color: #00AAEB;
 }
</style>

background-color css

<style>
 a { background-color: #00AAEB; }

 a { background-color: rgb(0,170,235); }

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

border-color css

<style>
 span { border-color: #00AAEB; }

 span { border-color: rgb(0,170,235); }

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