Html Css Color HEX #AEE0F7 Light Blue

📋 copy color: '#AEE0F7'

red 174 ◦ green 224 ◦ blue 247

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

Shades of Light Blue #AEE0F7

Tints of Light Blue #AEE0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.29%

R = 26.98%
G = 34.73%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEE0F7 (or 0xAEE0F7) is known color: Light Blue. HEX triplet: AE, E0 and F7. RGB value is (174,224,247). Sum of RGB (Red+Green+Blue) = 174+224+247=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEE0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0F7 is #511F08. Grayscale: #D3D3D3. Windows color (decimal): -5316361 or 16244910. OLE color: 16244910.

HSL color Cylindrical-coordinate representation of color #AEE0F7: hue angle of 198.9º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE0F7 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 224 247 -
CMYK 0.30 0.09 0 0.03
HSL 198.9º 0.82% 0.83% -
HSV(B) 198.9º 0.3% 0.97% -
XYZ 60.9 69.03 98.11 -
YUV 211.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 174 224 247 0.30 0.09 0 0.03 198.9 0.82 0.83
Hex AE E0 F7 1E 9 0 3 C7 52 53
Octal 256 340 367 36 11 0 3 307 122 123
Binary 10101110 11100000 11110111 11110 1001 0 11 11000111 1010010 1010011

Color Harmonies of #AEE0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0F7

Black with #AEE0F7

Text Example


Text Example

White with #AEE0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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