Html Css Color HEX #AAE1FE Columbia Blue

📋 copy color: '#AAE1FE'

red 170 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #AAE1FE

Tints of Columbia Blue #AAE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 26.19%
G = 34.67%
B = 39.14%

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

#AAE1FE (or 0xAAE1FE) is known color: Columbia Blue. HEX triplet: AA, E1 and FE. RGB value is (170,225,254). Sum of RGB (Red+Green+Blue) = 170+225+254=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1FE is #551E01. Grayscale: #D3D3D3. Windows color (decimal): -5578242 or 16703914. OLE color: 16703914.

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

Color convert

RGB 170 225 254 -
CMYK 0.33 0.11 0 0.00
HSL 200.71º 0.98% 0.83% -
HSV(B) 200.71º 0.33% 1% -
XYZ 61.39 69.55 103.96 -
YUV 211.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 170 225 254 0.33 0.11 0 0.00 200.71 0.98 0.83
Hex AA E1 FE 21 B 0 0 C9 62 53
Octal 252 341 376 41 13 0 0 311 142 123
Binary 10101010 11100001 11111110 100001 1011 0 0 11001001 1100010 1010011

Color Harmonies of #AAE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1FE

Black with #AAE1FE

Text Example


Text Example

White with #AAE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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