Html Css Color HEX #AAE5FE Columbia Blue

📋 copy color: '#AAE5FE'

red 170 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #AAE5FE

Tints of Columbia Blue #AAE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

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

R = 26.03%
G = 35.07%
B = 38.9%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAE5FE (or 0xAAE5FE) is known color: Columbia Blue. HEX triplet: AA, E5 and FE. RGB value is (170,229,254). Sum of RGB (Red+Green+Blue) = 170+229+254=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FE is #551A01. Grayscale: #D6D6D6. Windows color (decimal): -5577218 or 16704938. OLE color: 16704938.

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

Color convert

RGB 170 229 254 -
CMYK 0.33 0.10 0 0.00
HSL 197.86º 0.98% 0.83% -
HSV(B) 197.86º 0.33% 1% -
XYZ 62.49 71.74 104.32 -
YUV 214.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 170 229 254 0.33 0.10 0 0.00 197.86 0.98 0.83
Hex AA E5 FE 21 A 0 0 C6 62 53
Octal 252 345 376 41 12 0 0 306 142 123
Binary 10101010 11100101 11111110 100001 1010 0 0 11000110 1100010 1010011

Color Harmonies of #AAE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5FE

Black with #AAE5FE

Text Example


Text Example

White with #AAE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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