Html Css Color HEX #AEE1F0 Light Blue

📋 copy color: '#AEE1F0'

red 174 ◦ green 225 ◦ blue 240

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

Shades of Light Blue #AEE1F0

Tints of Light Blue #AEE1F0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.21%

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 27.23%
G = 35.21%
B = 37.56%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEE1F0 (or 0xAEE1F0) is known color: Light Blue. HEX triplet: AE, E1 and F0. RGB value is (174,225,240). Sum of RGB (Red+Green+Blue) = 174+225+240=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1F0 is #511E0F. Grayscale: #D3D3D3. Windows color (decimal): -5316112 or 15786414. OLE color: 15786414.

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

Color convert

RGB 174 225 240 -
CMYK 0.28 0.06 0 0.06
HSL 193.64º 0.69% 0.81% -
HSV(B) 193.64º 0.28% 0.94% -
XYZ 60.11 69.14 92.62 -
YUV 211.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 174 225 240 0.28 0.06 0 0.06 193.64 0.69 0.81
Hex AE E1 F0 1C 6 0 6 C2 45 51
Octal 256 341 360 34 6 0 6 302 105 121
Binary 10101110 11100001 11110000 11100 110 0 110 11000010 1000101 1010001

Color Harmonies of #AEE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1F0

Black with #AEE1F0

Text Example


Text Example

White with #AEE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1F0; }

 p { color: rgb(174,225,240); }

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

background-color css

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

 a { background-color: rgb(174,225,240); }

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

border-color css

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

 span { border-color: rgb(174,225,240); }

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