Html Css Color HEX #AAE4FB Columbia Blue

📋 copy color: '#AAE4FB'

red 170 ◦ green 228 ◦ blue 251

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

Shades of Columbia Blue #AAE4FB

Tints of Columbia Blue #AAE4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.13%

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

R = 26.19%
G = 35.13%
B = 38.67%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE4FB (or 0xAAE4FB) is known color: Columbia Blue. HEX triplet: AA, E4 and FB. RGB value is (170,228,251). Sum of RGB (Red+Green+Blue) = 170+228+251=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FB is #551B04. Grayscale: #D5D5D5. Windows color (decimal): -5577477 or 16508074. OLE color: 16508074.

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

Color convert

RGB 170 228 251 -
CMYK 0.32 0.09 0 0.02
HSL 197.04º 0.91% 0.83% -
HSV(B) 197.04º 0.32% 0.98% -
XYZ 61.73 71 101.72 -
YUV 213.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 170 228 251 0.32 0.09 0 0.02 197.04 0.91 0.83
Hex AA E4 FB 20 9 0 2 C5 5B 53
Octal 252 344 373 40 11 0 2 305 133 123
Binary 10101010 11100100 11111011 100000 1001 0 10 11000101 1011011 1010011

Color Harmonies of #AAE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4FB

Black with #AAE4FB

Text Example


Text Example

White with #AAE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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