Html Css Color HEX #AAD9FA Columbia Blue

📋 copy color: '#AAD9FA'

red 170 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #AAD9FA

Tints of Columbia Blue #AAD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.07%

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

R = 26.69%
G = 34.07%
B = 39.25%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAD9FA (or 0xAAD9FA) is known color: Columbia Blue. HEX triplet: AA, D9 and FA. RGB value is (170,217,250). Sum of RGB (Red+Green+Blue) = 170+217+250=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9FA is #552605. Grayscale: #CECECE. Windows color (decimal): -5580294 or 16439722. OLE color: 16439722.

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

Color convert

RGB 170 217 250 -
CMYK 0.32 0.13 0 0.02
HSL 204.75º 0.89% 0.82% -
HSV(B) 204.75º 0.32% 0.98% -
XYZ 58.65 65.07 99.91 -
YUV 206.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 170 217 250 0.32 0.13 0 0.02 204.75 0.89 0.82
Hex AA D9 FA 20 D 0 2 CD 59 52
Octal 252 331 372 40 15 0 2 315 131 122
Binary 10101010 11011001 11111010 100000 1101 0 10 11001101 1011001 1010010

Color Harmonies of #AAD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9FA

Black with #AAD9FA

Text Example


Text Example

White with #AAD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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