Html Css Color HEX #00AEE9 Deep Sky Blue

📋 copy color: '#00AEE9'

red 0 ◦ green 174 ◦ blue 233

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

Shades of Deep Sky Blue #00AEE9

Tints of Deep Sky Blue #00AEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 57.25%

R = 0%
G = 42.75%
B = 57.25%

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

#00AEE9 (or 0x00AEE9) is known color: Deep Sky Blue. HEX triplet: 00, AE and E9. RGB value is (0,174,233). Sum of RGB (Red+Green+Blue) = 0+174+233=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #00AEE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEE9 is #FF5116. Grayscale: #808080. Windows color (decimal): -16732439 or 15314432. OLE color: 15314432.

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

Color convert

RGB 0 174 233 -
CMYK 1 0.25 0 0.09
HSL 195.19º 1% 0.46% -
HSV(B) 195.19º 1% 0.91% -
XYZ 29.84 36.16 82.5 -
YUV 128.7 186.85 36.2 -
System Red Green Blue C M Y K H S L
Decimal 0 174 233 1 0.25 0 0.09 195.19 1 0.46
Hex 0 AE E9 64 19 0 9 C3 64 2E
Octal 0 256 351 144 31 0 11 303 144 56
Binary 0 10101110 11101001 1100100 11001 0 1001 11000011 1100100 101110

Color Harmonies of #00AEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEE9

Black with #00AEE9

Text Example


Text Example

White with #00AEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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