Html Css Color HEX #AAE8FE Columbia Blue

📋 copy color: '#AAE8FE'

red 170 ◦ green 232 ◦ blue 254

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

Shades of Columbia Blue #AAE8FE

Tints of Columbia Blue #AAE8FE

RGB

 RED value IS 170 (66.8% from 255) = 25.91%

 GREEN value IS 232 (91.02% from 255) = 35.37%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 25.91%
G = 35.37%
B = 38.72%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAE8FE (or 0xAAE8FE) is known color: Columbia Blue. HEX triplet: AA, E8 and FE. RGB value is (170,232,254). Sum of RGB (Red+Green+Blue) = 170+232+254=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FE is #551701. Grayscale: #D7D7D7. Windows color (decimal): -5576450 or 16705706. OLE color: 16705706.

HSL color Cylindrical-coordinate representation of color #AAE8FE: hue angle of 195.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE8FE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 232 254 -
CMYK 0.33 0.09 0 0.00
HSL 195.71º 0.98% 0.83% -
HSV(B) 195.71º 0.33% 1% -
XYZ 63.32 73.42 104.6 -
YUV 215.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 170 232 254 0.33 0.09 0 0.00 195.71 0.98 0.83
Hex AA E8 FE 21 9 0 0 C4 62 53
Octal 252 350 376 41 11 0 0 304 142 123
Binary 10101010 11101000 11111110 100001 1001 0 0 11000100 1100010 1010011

Color Harmonies of #AAE8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8FE

Black with #AAE8FE

Text Example


Text Example

White with #AAE8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8FE; }

 p { color: rgb(170,232,254); }

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

background-color css

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

 a { background-color: rgb(170,232,254); }

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

border-color css

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

 span { border-color: rgb(170,232,254); }

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