Html Css Color HEX #AAE2FE Columbia Blue

📋 copy color: '#AAE2FE'

red 170 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #AAE2FE

Tints of Columbia Blue #AAE2FE

RGB

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

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

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

R = 26.15%
G = 34.77%
B = 39.08%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAE2FE (or 0xAAE2FE) is known color: Columbia Blue. HEX triplet: AA, E2 and FE. RGB value is (170,226,254). Sum of RGB (Red+Green+Blue) = 170+226+254=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FE is #551D01. Grayscale: #D4D4D4. Windows color (decimal): -5577986 or 16704170. OLE color: 16704170.

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

Color convert

RGB 170 226 254 -
CMYK 0.33 0.11 0 0.00
HSL 200º 0.98% 0.83% -
HSV(B) 200º 0.33% 1% -
XYZ 61.66 70.09 104.05 -
YUV 212.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 170 226 254 0.33 0.11 0 0.00 200 0.98 0.83
Hex AA E2 FE 21 B 0 0 C8 62 53
Octal 252 342 376 41 13 0 0 310 142 123
Binary 10101010 11100010 11111110 100001 1011 0 0 11001000 1100010 1010011

Color Harmonies of #AAE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2FE

Black with #AAE2FE

Text Example


Text Example

White with #AAE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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