Html Css Color HEX #AECEE0 Light Blue

📋 copy color: '#AECEE0'

red 174 ◦ green 206 ◦ blue 224

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

Shades of Light Blue #AECEE0

Tints of Light Blue #AECEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 28.81%
G = 34.11%
B = 37.09%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECEE0 (or 0xAECEE0) is known color: Light Blue. HEX triplet: AE, CE and E0. RGB value is (174,206,224). Sum of RGB (Red+Green+Blue) = 174+206+224=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE0 is #51311F. Grayscale: #C6C6C6. Windows color (decimal): -5320992 or 14732974. OLE color: 14732974.

HSL color Cylindrical-coordinate representation of color #AECEE0: hue angle of 201.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECEE0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 206 224 -
CMYK 0.22 0.08 0 0.12
HSL 201.6º 0.45% 0.78% -
HSV(B) 201.6º 0.22% 0.88% -
XYZ 52.98 58.52 79.02 -
YUV 198.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 174 206 224 0.22 0.08 0 0.12 201.6 0.45 0.78
Hex AE CE E0 16 8 0 C CA 2D 4E
Octal 256 316 340 26 10 0 14 312 55 116
Binary 10101110 11001110 11100000 10110 1000 0 1100 11001010 101101 1001110

Color Harmonies of #AECEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEE0

Black with #AECEE0

Text Example


Text Example

White with #AECEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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