Html Css Color HEX #00AEEA Deep Sky Blue

📋 copy color: '#00AEEA'

red 0 ◦ green 174 ◦ blue 234

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

Shades of Deep Sky Blue #00AEEA

Tints of Deep Sky Blue #00AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 0%
G = 42.65%
B = 57.35%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00AEEA (or 0x00AEEA) is known color: Deep Sky Blue. HEX triplet: 00, AE and EA. RGB value is (0,174,234). Sum of RGB (Red+Green+Blue) = 0+174+234=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #00AEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEEA is #FF5115. Grayscale: #808080. Windows color (decimal): -16732438 or 15379968. OLE color: 15379968.

HSL color Cylindrical-coordinate representation of color #00AEEA: hue angle of 195.38º 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 #00AEEA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 174 234 -
CMYK 1 0.26 0 0.08
HSL 195.38º 1% 0.46% -
HSV(B) 195.38º 1% 0.92% -
XYZ 29.99 36.21 83.25 -
YUV 128.81 187.35 36.12 -
System Red Green Blue C M Y K H S L
Decimal 0 174 234 1 0.26 0 0.08 195.38 1 0.46
Hex 0 AE EA 64 1A 0 8 C3 64 2E
Octal 0 256 352 144 32 0 10 303 144 56
Binary 0 10101110 11101010 1100100 11010 0 1000 11000011 1100100 101110

Color Harmonies of #00AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEEA

Black with #00AEEA

Text Example


Text Example

White with #00AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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