Html Css Color HEX #00AEE8 Deep Sky Blue

📋 copy color: '#00AEE8'

red 0 ◦ green 174 ◦ blue 232

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

Shades of Deep Sky Blue #00AEE8

Tints of Deep Sky Blue #00AEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.86%

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#00AEE8 (or 0x00AEE8) is known color: Deep Sky Blue. HEX triplet: 00, AE and E8. RGB value is (0,174,232). Sum of RGB (Red+Green+Blue) = 0+174+232=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #00AEE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEE8 is #FF5117. Grayscale: #808080. Windows color (decimal): -16732440 or 15248896. OLE color: 15248896.

HSL color Cylindrical-coordinate representation of color #00AEE8: hue angle of 195º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEE8 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 174 232 -
CMYK 1 0.25 0 0.09
HSL 195º 1% 0.45% -
HSV(B) 195º 1% 0.91% -
XYZ 29.7 36.1 81.75 -
YUV 128.59 186.35 36.28 -
System Red Green Blue C M Y K H S L
Decimal 0 174 232 1 0.25 0 0.09 195 1 0.45
Hex 0 AE E8 64 19 0 9 C3 64 2D
Octal 0 256 350 144 31 0 11 303 144 55
Binary 0 10101110 11101000 1100100 11001 0 1001 11000011 1100100 101101

Color Harmonies of #00AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEE8

Black with #00AEE8

Text Example


Text Example

White with #00AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,174,232); }

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

background-color css

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

 a { background-color: rgb(0,174,232); }

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

border-color css

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

 span { border-color: rgb(0,174,232); }

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