Html Css Color HEX #AAE7FE Columbia Blue

📋 copy color: '#AAE7FE'

red 170 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #AAE7FE

Tints of Columbia Blue #AAE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

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

R = 25.95%
G = 35.27%
B = 38.78%

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

#AAE7FE (or 0xAAE7FE) is known color: Columbia Blue. HEX triplet: AA, E7 and FE. RGB value is (170,231,254). Sum of RGB (Red+Green+Blue) = 170+231+254=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FE is #551801. Grayscale: #D7D7D7. Windows color (decimal): -5576706 or 16705450. OLE color: 16705450.

HSL color Cylindrical-coordinate representation of color #AAE7FE: hue angle of 196.43º 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 #AAE7FE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 231 254 -
CMYK 0.33 0.09 0 0.00
HSL 196.43º 0.98% 0.83% -
HSV(B) 196.43º 0.33% 1% -
XYZ 63.04 72.85 104.51 -
YUV 215.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 170 231 254 0.33 0.09 0 0.00 196.43 0.98 0.83
Hex AA E7 FE 21 9 0 0 C4 62 53
Octal 252 347 376 41 11 0 0 304 142 123
Binary 10101010 11100111 11111110 100001 1001 0 0 11000100 1100010 1010011

Color Harmonies of #AAE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7FE

Black with #AAE7FE

Text Example


Text Example

White with #AAE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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