Html Css Color HEX #AAE0FD Columbia Blue

📋 copy color: '#AAE0FD'

red 170 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #AAE0FD

Tints of Columbia Blue #AAE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

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

R = 26.28%
G = 34.62%
B = 39.1%

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

#AAE0FD (or 0xAAE0FD) is known color: Columbia Blue. HEX triplet: AA, E0 and FD. RGB value is (170,224,253). Sum of RGB (Red+Green+Blue) = 170+224+253=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FD is #551F02. Grayscale: #D2D2D2. Windows color (decimal): -5578499 or 16638122. OLE color: 16638122.

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

Color convert

RGB 170 224 253 -
CMYK 0.33 0.11 0 0.01
HSL 200.96º 0.95% 0.83% -
HSV(B) 200.96º 0.33% 0.99% -
XYZ 60.96 68.95 103.02 -
YUV 211.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 170 224 253 0.33 0.11 0 0.01 200.96 0.95 0.83
Hex AA E0 FD 21 B 0 1 C9 5F 53
Octal 252 340 375 41 13 0 1 311 137 123
Binary 10101010 11100000 11111101 100001 1011 0 1 11001001 1011111 1010011

Color Harmonies of #AAE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0FD

Black with #AAE0FD

Text Example


Text Example

White with #AAE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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