Html Css Color HEX #AAE7FF Columbia Blue

📋 copy color: '#AAE7FF'

red 170 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #AAE7FF

Tints of Columbia Blue #AAE7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 25.91%
G = 35.21%
B = 38.87%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAE7FF (or 0xAAE7FF) is known color: Columbia Blue. HEX triplet: AA, E7 and FF. RGB value is (170,231,255). Sum of RGB (Red+Green+Blue) = 170+231+255=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FF is #551800. Grayscale: #D7D7D7. Windows color (decimal): -5576705 or 16770986. OLE color: 16770986.

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

Color convert

RGB 170 231 255 -
CMYK 0.33 0.09 0 0
HSL 196.94º 1% 0.83% -
HSV(B) 196.94º 0.33% 1% -
XYZ 63.2 72.92 105.35 -
YUV 215.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 170 231 255 0.33 0.09 0 0 196.94 1 0.83
Hex AA E7 FF 21 9 0 0 C5 64 53
Octal 252 347 377 41 11 0 0 305 144 123
Binary 10101010 11100111 11111111 100001 1001 0 0 11000101 1100100 1010011

Color Harmonies of #AAE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7FF

Black with #AAE7FF

Text Example


Text Example

White with #AAE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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