Html Css Color HEX #00AEEB Deep Sky Blue

📋 copy color: '#00AEEB'

red 0 ◦ green 174 ◦ blue 235

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

Shades of Deep Sky Blue #00AEEB

Tints of Deep Sky Blue #00AEEB

RGB

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

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

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

R = 0%
G = 42.54%
B = 57.46%

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

#00AEEB (or 0x00AEEB) is known color: Deep Sky Blue. HEX triplet: 00, AE and EB. RGB value is (0,174,235). Sum of RGB (Red+Green+Blue) = 0+174+235=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #00AEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEEB is #FF5114. Grayscale: #808080. Windows color (decimal): -16732437 or 15445504. OLE color: 15445504.

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

Color convert

RGB 0 174 235 -
CMYK 1 0.26 0 0.08
HSL 195.57º 1% 0.46% -
HSV(B) 195.57º 1% 0.92% -
XYZ 30.13 36.27 84.01 -
YUV 128.93 187.85 36.04 -
System Red Green Blue C M Y K H S L
Decimal 0 174 235 1 0.26 0 0.08 195.57 1 0.46
Hex 0 AE EB 64 1A 0 8 C4 64 2E
Octal 0 256 353 144 32 0 10 304 144 56
Binary 0 10101110 11101011 1100100 11010 0 1000 11000100 1100100 101110

Color Harmonies of #00AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEEB

Black with #00AEEB

Text Example


Text Example

White with #00AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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