Html Css Color HEX #00AEEC Deep Sky Blue

📋 copy color: '#00AEEC'

red 0 ◦ green 174 ◦ blue 236

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

Shades of Deep Sky Blue #00AEEC

Tints of Deep Sky Blue #00AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 0%
G = 42.44%
B = 57.56%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00AEEC (or 0x00AEEC) is known color: Deep Sky Blue. HEX triplet: 00, AE and EC. RGB value is (0,174,236). Sum of RGB (Red+Green+Blue) = 0+174+236=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #00AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEEC is #FF5113. Grayscale: #808080. Windows color (decimal): -16732436 or 15511040. OLE color: 15511040.

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

Color convert

RGB 0 174 236 -
CMYK 1 0.26 0 0.07
HSL 195.76º 1% 0.46% -
HSV(B) 195.76º 1% 0.93% -
XYZ 30.28 36.33 84.77 -
YUV 129.04 188.35 35.96 -
System Red Green Blue C M Y K H S L
Decimal 0 174 236 1 0.26 0 0.07 195.76 1 0.46
Hex 0 AE EC 64 1A 0 7 C4 64 2E
Octal 0 256 354 144 32 0 7 304 144 56
Binary 0 10101110 11101100 1100100 11010 0 111 11000100 1100100 101110

Color Harmonies of #00AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEEC

Black with #00AEEC

Text Example


Text Example

White with #00AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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