#AEDEEB

Color #AEDEEB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AEDEEB

Tints of Light Blue #AEDEEB

Color information

#AEDEEB (or 0xAEDEEB) is unknown color: approx Light Blue. HEX triplet: AE, DE and EB. RGB value is (174,222,235). Sum of RGB (Red+Green+Blue) = 174+222+235=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEB is #512114. Grayscale: #D1D1D1. Windows color (decimal): -5316885 or 15457966. OLE color: 15457966.

HSL color Cylindrical-coordinate representation of color #AEDEEB: hue angle of 192.79º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDEEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174222235-
CMYK0.260.0600.08
HSL192.79º60.4%80.2%-
HSV(B)192.79º25.96%92.16%-
XYZ58.5767.2488.49-
YUV209.13142.6102.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.58%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=27.58%
G=35.18%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742222350.260.0600.08192.7960.480.2
HexAEDEEB1A608c13c50
Octal25633635332601030174120
Binary1010111011011110111010111101011001000110000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEEB; }

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

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

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

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

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

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

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

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