Html Css Color HEX #AECFE0 Light Blue

📋 copy color: '#AECFE0'

red 174 ◦ green 207 ◦ blue 224

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

Shades of Light Blue #AECFE0

Tints of Light Blue #AECFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

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

R = 28.76%
G = 34.21%
B = 37.02%

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

#AECFE0 (or 0xAECFE0) is known color: Light Blue. HEX triplet: AE, CF and E0. RGB value is (174,207,224). Sum of RGB (Red+Green+Blue) = 174+207+224=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFE0 is #51301F. Grayscale: #C6C6C6. Windows color (decimal): -5320736 or 14733230. OLE color: 14733230.

HSL color Cylindrical-coordinate representation of color #AECFE0: hue angle of 200.4º 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 #AECFE0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 207 224 -
CMYK 0.22 0.08 0 0.12
HSL 200.4º 0.45% 0.78% -
HSV(B) 200.4º 0.22% 0.88% -
XYZ 53.22 59.01 79.11 -
YUV 199.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 174 207 224 0.22 0.08 0 0.12 200.4 0.45 0.78
Hex AE CF E0 16 8 0 C C8 2D 4E
Octal 256 317 340 26 10 0 14 310 55 116
Binary 10101110 11001111 11100000 10110 1000 0 1100 11001000 101101 1001110

Color Harmonies of #AECFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFE0

Black with #AECFE0

Text Example


Text Example

White with #AECFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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