Html Css Color HEX #AAE2FD Columbia Blue

📋 copy color: '#AAE2FD'

red 170 ◦ green 226 ◦ blue 253

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

Shades of Columbia Blue #AAE2FD

Tints of Columbia Blue #AAE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.82%

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

R = 26.19%
G = 34.82%
B = 38.98%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE2FD (or 0xAAE2FD) is known color: Columbia Blue. HEX triplet: AA, E2 and FD. RGB value is (170,226,253). Sum of RGB (Red+Green+Blue) = 170+226+253=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FD is #551D02. Grayscale: #D4D4D4. Windows color (decimal): -5577987 or 16638634. OLE color: 16638634.

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

Color convert

RGB 170 226 253 -
CMYK 0.33 0.11 0 0.01
HSL 199.52º 0.95% 0.83% -
HSV(B) 199.52º 0.33% 0.99% -
XYZ 61.5 70.03 103.2 -
YUV 212.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 170 226 253 0.33 0.11 0 0.01 199.52 0.95 0.83
Hex AA E2 FD 21 B 0 1 C8 5F 53
Octal 252 342 375 41 13 0 1 310 137 123
Binary 10101010 11100010 11111101 100001 1011 0 1 11001000 1011111 1010011

Color Harmonies of #AAE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2FD

Black with #AAE2FD

Text Example


Text Example

White with #AAE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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