Html Css Color HEX #AAE1FF Columbia Blue

📋 copy color: '#AAE1FF'

red 170 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #AAE1FF

Tints of Columbia Blue #AAE1FF

RGB

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

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

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

R = 26.15%
G = 34.62%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAE1FF (or 0xAAE1FF) is known color: Columbia Blue. HEX triplet: AA, E1 and FF. RGB value is (170,225,255). Sum of RGB (Red+Green+Blue) = 170+225+255=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1FF is #551E00. Grayscale: #D3D3D3. Windows color (decimal): -5578241 or 16769450. OLE color: 16769450.

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

Color convert

RGB 170 225 255 -
CMYK 0.33 0.12 0 0
HSL 201.18º 1% 0.83% -
HSV(B) 201.18º 0.33% 1% -
XYZ 61.55 69.62 104.8 -
YUV 211.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 170 225 255 0.33 0.12 0 0 201.18 1 0.83
Hex AA E1 FF 21 C 0 0 C9 64 53
Octal 252 341 377 41 14 0 0 311 144 123
Binary 10101010 11100001 11111111 100001 1100 0 0 11001001 1100100 1010011

Color Harmonies of #AAE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1FF

Black with #AAE1FF

Text Example


Text Example

White with #AAE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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