Html Css Color HEX #AAE2FA Columbia Blue

📋 copy color: '#AAE2FA'

red 170 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #AAE2FA

Tints of Columbia Blue #AAE2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 26.32%
G = 34.98%
B = 38.7%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAE2FA (or 0xAAE2FA) is known color: Columbia Blue. HEX triplet: AA, E2 and FA. RGB value is (170,226,250). Sum of RGB (Red+Green+Blue) = 170+226+250=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FA is #551D05. Grayscale: #D3D3D3. Windows color (decimal): -5577990 or 16442026. OLE color: 16442026.

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

Color convert

RGB 170 226 250 -
CMYK 0.32 0.10 0 0.02
HSL 198º 0.89% 0.82% -
HSV(B) 198º 0.32% 0.98% -
XYZ 61.03 69.84 100.71 -
YUV 211.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 170 226 250 0.32 0.10 0 0.02 198 0.89 0.82
Hex AA E2 FA 20 A 0 2 C6 59 52
Octal 252 342 372 40 12 0 2 306 131 122
Binary 10101010 11100010 11111010 100000 1010 0 10 11000110 1011001 1010010

Color Harmonies of #AAE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2FA

Black with #AAE2FA

Text Example


Text Example

White with #AAE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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