Html Css Color HEX #AEE0F0 Light Blue

📋 copy color: '#AEE0F0'

red 174 ◦ green 224 ◦ blue 240

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

Shades of Light Blue #AEE0F0

Tints of Light Blue #AEE0F0

RGB

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

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

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

R = 27.27%
G = 35.11%
B = 37.62%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEE0F0 (or 0xAEE0F0) is known color: Light Blue. HEX triplet: AE, E0 and F0. RGB value is (174,224,240). Sum of RGB (Red+Green+Blue) = 174+224+240=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0F0 is #511F0F. Grayscale: #D2D2D2. Windows color (decimal): -5316368 or 15786158. OLE color: 15786158.

HSL color Cylindrical-coordinate representation of color #AEE0F0: hue angle of 194.55º 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 #AEE0F0 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 224 240 -
CMYK 0.28 0.07 0 0.06
HSL 194.55º 0.69% 0.81% -
HSV(B) 194.55º 0.28% 0.94% -
XYZ 59.84 68.6 92.53 -
YUV 210.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 174 224 240 0.28 0.07 0 0.06 194.55 0.69 0.81
Hex AE E0 F0 1C 7 0 6 C3 45 51
Octal 256 340 360 34 7 0 6 303 105 121
Binary 10101110 11100000 11110000 11100 111 0 110 11000011 1000101 1010001

Color Harmonies of #AEE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0F0

Black with #AEE0F0

Text Example


Text Example

White with #AEE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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