Html Css Color HEX #AAE8FD Columbia Blue

📋 copy color: '#AAE8FD'

red 170 ◦ green 232 ◦ blue 253

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

Shades of Columbia Blue #AAE8FD

Tints of Columbia Blue #AAE8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 25.95%
G = 35.42%
B = 38.63%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE8FD (or 0xAAE8FD) is known color: Columbia Blue. HEX triplet: AA, E8 and FD. RGB value is (170,232,253). Sum of RGB (Red+Green+Blue) = 170+232+253=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8FD is #551702. Grayscale: #D7D7D7. Windows color (decimal): -5576451 or 16640170. OLE color: 16640170.

HSL color Cylindrical-coordinate representation of color #AAE8FD: hue angle of 195.18º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE8FD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 232 253 -
CMYK 0.33 0.08 0 0.01
HSL 195.18º 0.95% 0.83% -
HSV(B) 195.18º 0.33% 0.99% -
XYZ 63.16 73.35 103.76 -
YUV 215.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 170 232 253 0.33 0.08 0 0.01 195.18 0.95 0.83
Hex AA E8 FD 21 8 0 1 C3 5F 53
Octal 252 350 375 41 10 0 1 303 137 123
Binary 10101010 11101000 11111101 100001 1000 0 1 11000011 1011111 1010011

Color Harmonies of #AAE8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8FD

Black with #AAE8FD

Text Example


Text Example

White with #AAE8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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