Html Css Color HEX #AAE2FF Columbia Blue

📋 copy color: '#AAE2FF'

red 170 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #AAE2FF

Tints of Columbia Blue #AAE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.72%

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

R = 26.11%
G = 34.72%
B = 39.17%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAE2FF (or 0xAAE2FF) is known color: Columbia Blue. HEX triplet: AA, E2 and FF. RGB value is (170,226,255). Sum of RGB (Red+Green+Blue) = 170+226+255=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FF is #551D00. Grayscale: #D4D4D4. Windows color (decimal): -5577985 or 16769706. OLE color: 16769706.

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

Color convert

RGB 170 226 255 -
CMYK 0.33 0.11 0 0
HSL 200.47º 1% 0.83% -
HSV(B) 200.47º 0.33% 1% -
XYZ 61.82 70.16 104.89 -
YUV 212.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 170 226 255 0.33 0.11 0 0 200.47 1 0.83
Hex AA E2 FF 21 B 0 0 C8 64 53
Octal 252 342 377 41 13 0 0 310 144 123
Binary 10101010 11100010 11111111 100001 1011 0 0 11001000 1100100 1010011

Color Harmonies of #AAE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2FF

Black with #AAE2FF

Text Example


Text Example

White with #AAE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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