Html Css Color HEX #AAE5FD Columbia Blue

📋 copy color: '#AAE5FD'

red 170 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #AAE5FD

Tints of Columbia Blue #AAE5FD

RGB

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

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

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

R = 26.07%
G = 35.12%
B = 38.8%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE5FD (or 0xAAE5FD) is known color: Columbia Blue. HEX triplet: AA, E5 and FD. RGB value is (170,229,253). Sum of RGB (Red+Green+Blue) = 170+229+253=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FD is #551A02. Grayscale: #D5D5D5. Windows color (decimal): -5577219 or 16639402. OLE color: 16639402.

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

Color convert

RGB 170 229 253 -
CMYK 0.33 0.09 0 0.01
HSL 197.35º 0.95% 0.83% -
HSV(B) 197.35º 0.33% 0.99% -
XYZ 62.33 71.68 103.48 -
YUV 214.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 170 229 253 0.33 0.09 0 0.01 197.35 0.95 0.83
Hex AA E5 FD 21 9 0 1 C5 5F 53
Octal 252 345 375 41 11 0 1 305 137 123
Binary 10101010 11100101 11111101 100001 1001 0 1 11000101 1011111 1010011

Color Harmonies of #AAE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5FD

Black with #AAE5FD

Text Example


Text Example

White with #AAE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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