Html Css Color HEX #AAE9FE Columbia Blue

📋 copy color: '#AAE9FE'

red 170 ◦ green 233 ◦ blue 254

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

Shades of Columbia Blue #AAE9FE

Tints of Columbia Blue #AAE9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.46%

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

R = 25.88%
G = 35.46%
B = 38.66%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAE9FE (or 0xAAE9FE) is known color: Columbia Blue. HEX triplet: AA, E9 and FE. RGB value is (170,233,254). Sum of RGB (Red+Green+Blue) = 170+233+254=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FE is #551601. Grayscale: #D8D8D8. Windows color (decimal): -5576194 or 16705962. OLE color: 16705962.

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

Color convert

RGB 170 233 254 -
CMYK 0.33 0.08 0 0.00
HSL 195º 0.98% 0.83% -
HSV(B) 195º 0.33% 1% -
XYZ 63.61 73.98 104.69 -
YUV 216.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 170 233 254 0.33 0.08 0 0.00 195 0.98 0.83
Hex AA E9 FE 21 8 0 0 C3 62 53
Octal 252 351 376 41 10 0 0 303 142 123
Binary 10101010 11101001 11111110 100001 1000 0 0 11000011 1100010 1010011

Color Harmonies of #AAE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9FE

Black with #AAE9FE

Text Example


Text Example

White with #AAE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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