Html Css Color HEX #AEE0EE Light Blue

📋 copy color: '#AEE0EE'

red 174 ◦ green 224 ◦ blue 238

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

Shades of Light Blue #AEE0EE

Tints of Light Blue #AEE0EE

RGB

 RED value IS 174 (68.36% from 255) = 27.36%

 GREEN value IS 224 (87.89% from 255) = 35.22%

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 27.36%
G = 35.22%
B = 37.42%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEE0EE (or 0xAEE0EE) is known color: Light Blue. HEX triplet: AE, E0 and EE. RGB value is (174,224,238). Sum of RGB (Red+Green+Blue) = 174+224+238=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0EE is #511F11. Grayscale: #D2D2D2. Windows color (decimal): -5316370 or 15655086. OLE color: 15655086.

HSL color Cylindrical-coordinate representation of color #AEE0EE: hue angle of 193.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE0EE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 224 238 -
CMYK 0.27 0.06 0 0.07
HSL 193.13º 0.65% 0.81% -
HSV(B) 193.13º 0.27% 0.93% -
XYZ 59.54 68.48 90.97 -
YUV 210.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 174 224 238 0.27 0.06 0 0.07 193.13 0.65 0.81
Hex AE E0 EE 1B 6 0 7 C1 41 51
Octal 256 340 356 33 6 0 7 301 101 121
Binary 10101110 11100000 11101110 11011 110 0 111 11000001 1000001 1010001

Color Harmonies of #AEE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0EE

Black with #AEE0EE

Text Example


Text Example

White with #AEE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0EE; }

 p { color: rgb(174,224,238); }

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

background-color css

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

 a { background-color: rgb(174,224,238); }

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

border-color css

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

 span { border-color: rgb(174,224,238); }

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