#00AEED

Color #00AEED Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00AEED

Tints of Deep Sky Blue #00AEED

Color information

#00AEED (or 0x00AEED) is unknown color: approx Deep Sky Blue. HEX triplet: 00, AE and ED. RGB value is (0,174,237). Sum of RGB (Red+Green+Blue) = 0+174+237=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #00AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEED is #FF5112. Grayscale: #808080. Windows color (decimal): -16732435 or 15576576. OLE color: 15576576.

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

Color convert

RGB0174237-
CMYK10.2700.07
HSL195.95º100%46.47%-
HSV(B)195.95º100%92.94%-
XYZ30.4236.3985.54-
YUV129.16188.8535.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 237 (92.97% from 255) = 57.66%
R=0%
G=42.34%
B=57.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal017423710.2700.07195.9510046.47
Hex0AEED641B07c4642e
Octal0256355144330730414456
Binary010101110111011011100100110110111110001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00AEED;
 }
 .AnyTagClassName
 {
   color: #00AEED;
 }
</style>
background-color css

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

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

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

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

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

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