Html Css Color HEX #AAE0FB Columbia Blue

📋 copy color: '#AAE0FB'

red 170 ◦ green 224 ◦ blue 251

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

Shades of Columbia Blue #AAE0FB

Tints of Columbia Blue #AAE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 26.36%
G = 34.73%
B = 38.91%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE0FB (or 0xAAE0FB) is known color: Columbia Blue. HEX triplet: AA, E0 and FB. RGB value is (170,224,251). Sum of RGB (Red+Green+Blue) = 170+224+251=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FB is #551F04. Grayscale: #D2D2D2. Windows color (decimal): -5578501 or 16507050. OLE color: 16507050.

HSL color Cylindrical-coordinate representation of color #AAE0FB: hue angle of 200º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE0FB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 224 251 -
CMYK 0.32 0.11 0 0.02
HSL 200º 0.91% 0.83% -
HSV(B) 200º 0.32% 0.98% -
XYZ 60.65 68.82 101.35 -
YUV 210.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 170 224 251 0.32 0.11 0 0.02 200 0.91 0.83
Hex AA E0 FB 20 B 0 2 C8 5B 53
Octal 252 340 373 40 13 0 2 310 133 123
Binary 10101010 11100000 11111011 100000 1011 0 10 11001000 1011011 1010011

Color Harmonies of #AAE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0FB

Black with #AAE0FB

Text Example


Text Example

White with #AAE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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