Html Css Color HEX #AAE0FC Columbia Blue

📋 copy color: '#AAE0FC'

red 170 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #AAE0FC

Tints of Columbia Blue #AAE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 26.32%
G = 34.67%
B = 39.01%

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

#AAE0FC (or 0xAAE0FC) is known color: Columbia Blue. HEX triplet: AA, E0 and FC. RGB value is (170,224,252). Sum of RGB (Red+Green+Blue) = 170+224+252=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FC is #551F03. Grayscale: #D2D2D2. Windows color (decimal): -5578500 or 16572586. OLE color: 16572586.

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

Color convert

RGB 170 224 252 -
CMYK 0.33 0.11 0 0.01
HSL 200.49º 0.93% 0.83% -
HSV(B) 200.49º 0.33% 0.99% -
XYZ 60.8 68.89 102.19 -
YUV 211.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 170 224 252 0.33 0.11 0 0.01 200.49 0.93 0.83
Hex AA E0 FC 21 B 0 1 C8 5D 53
Octal 252 340 374 41 13 0 1 310 135 123
Binary 10101010 11100000 11111100 100001 1011 0 1 11001000 1011101 1010011

Color Harmonies of #AAE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0FC

Black with #AAE0FC

Text Example


Text Example

White with #AAE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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