Html Css Color HEX #AAE6FC Columbia Blue

📋 copy color: '#AAE6FC'

red 170 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #AAE6FC

Tints of Columbia Blue #AAE6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

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

R = 26.07%
G = 35.28%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE6FC (or 0xAAE6FC) is known color: Columbia Blue. HEX triplet: AA, E6 and FC. RGB value is (170,230,252). Sum of RGB (Red+Green+Blue) = 170+230+252=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAE6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FC is #551903. Grayscale: #D6D6D6. Windows color (decimal): -5576964 or 16574122. OLE color: 16574122.

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

Color convert

RGB 170 230 252 -
CMYK 0.33 0.09 0 0.01
HSL 196.1º 0.93% 0.83% -
HSV(B) 196.1º 0.33% 0.99% -
XYZ 62.45 72.17 102.73 -
YUV 214.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 170 230 252 0.33 0.09 0 0.01 196.1 0.93 0.83
Hex AA E6 FC 21 9 0 1 C4 5D 53
Octal 252 346 374 41 11 0 1 304 135 123
Binary 10101010 11100110 11111100 100001 1001 0 1 11000100 1011101 1010011

Color Harmonies of #AAE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6FC

Black with #AAE6FC

Text Example


Text Example

White with #AAE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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