Html Css Color HEX #AAE8FF Columbia Blue

📋 copy color: '#AAE8FF'

red 170 ◦ green 232 ◦ blue 255

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

Shades of Columbia Blue #AAE8FF

Tints of Columbia Blue #AAE8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.31%

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

R = 25.88%
G = 35.31%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAE8FF (or 0xAAE8FF) is known color: Columbia Blue. HEX triplet: AA, E8 and FF. RGB value is (170,232,255). Sum of RGB (Red+Green+Blue) = 170+232+255=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FF is #551700. Grayscale: #D7D7D7. Windows color (decimal): -5576449 or 16771242. OLE color: 16771242.

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

Color convert

RGB 170 232 255 -
CMYK 0.33 0.09 0 0
HSL 196.24º 1% 0.83% -
HSV(B) 196.24º 0.33% 1% -
XYZ 63.48 73.48 105.44 -
YUV 216.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 170 232 255 0.33 0.09 0 0 196.24 1 0.83
Hex AA E8 FF 21 9 0 0 C4 64 53
Octal 252 350 377 41 11 0 0 304 144 123
Binary 10101010 11101000 11111111 100001 1001 0 0 11000100 1100100 1010011

Color Harmonies of #AAE8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8FF

Black with #AAE8FF

Text Example


Text Example

White with #AAE8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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