Html Css Color HEX #AAE0FA Columbia Blue

📋 copy color: '#AAE0FA'

red 170 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #AAE0FA

Tints of Columbia Blue #AAE0FA

RGB

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

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

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

R = 26.4%
G = 34.78%
B = 38.82%

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

#AAE0FA (or 0xAAE0FA) is known color: Columbia Blue. HEX triplet: AA, E0 and FA. RGB value is (170,224,250). Sum of RGB (Red+Green+Blue) = 170+224+250=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FA is #551F05. Grayscale: #D2D2D2. Windows color (decimal): -5578502 or 16441514. OLE color: 16441514.

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

Color convert

RGB 170 224 250 -
CMYK 0.32 0.10 0 0.02
HSL 199.5º 0.89% 0.82% -
HSV(B) 199.5º 0.32% 0.98% -
XYZ 60.49 68.76 100.53 -
YUV 210.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 170 224 250 0.32 0.10 0 0.02 199.5 0.89 0.82
Hex AA E0 FA 20 A 0 2 C8 59 52
Octal 252 340 372 40 12 0 2 310 131 122
Binary 10101010 11100000 11111010 100000 1010 0 10 11001000 1011001 1010010

Color Harmonies of #AAE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0FA

Black with #AAE0FA

Text Example


Text Example

White with #AAE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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