Html Css Color HEX #AAE2FC Columbia Blue

📋 copy color: '#AAE2FC'

red 170 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #AAE2FC

Tints of Columbia Blue #AAE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

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

R = 26.23%
G = 34.88%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAE2FC (or 0xAAE2FC) is known color: Columbia Blue. HEX triplet: AA, E2 and FC. RGB value is (170,226,252). Sum of RGB (Red+Green+Blue) = 170+226+252=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAE2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FC is #551D03. Grayscale: #D4D4D4. Windows color (decimal): -5577988 or 16573098. OLE color: 16573098.

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

Color convert

RGB 170 226 252 -
CMYK 0.33 0.10 0 0.01
HSL 199.02º 0.93% 0.83% -
HSV(B) 199.02º 0.33% 0.99% -
XYZ 61.34 69.97 102.37 -
YUV 212.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 170 226 252 0.33 0.10 0 0.01 199.02 0.93 0.83
Hex AA E2 FC 21 A 0 1 C7 5D 53
Octal 252 342 374 41 12 0 1 307 135 123
Binary 10101010 11100010 11111100 100001 1010 0 1 11000111 1011101 1010011

Color Harmonies of #AAE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2FC

Black with #AAE2FC

Text Example


Text Example

White with #AAE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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