Html Css Color HEX #AADDF9 Columbia Blue

📋 copy color: '#AADDF9'

red 170 ◦ green 221 ◦ blue 249

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

Shades of Columbia Blue #AADDF9

Tints of Columbia Blue #AADDF9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 249 (97.66% from 255) = 38.91%

R = 26.56%
G = 34.53%
B = 38.91%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AADDF9 (or 0xAADDF9) is known color: Columbia Blue. HEX triplet: AA, DD and F9. RGB value is (170,221,249). Sum of RGB (Red+Green+Blue) = 170+221+249=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #AADDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF9 is #552206. Grayscale: #D0D0D0. Windows color (decimal): -5579271 or 16375210. OLE color: 16375210.

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

Color convert

RGB 170 221 249 -
CMYK 0.32 0.11 0 0.02
HSL 201.27º 0.87% 0.82% -
HSV(B) 201.27º 0.32% 0.98% -
XYZ 59.53 67.1 99.44 -
YUV 208.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 170 221 249 0.32 0.11 0 0.02 201.27 0.87 0.82
Hex AA DD F9 20 B 0 2 C9 57 52
Octal 252 335 371 40 13 0 2 311 127 122
Binary 10101010 11011101 11111001 100000 1011 0 10 11001001 1010111 1010010

Color Harmonies of #AADDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDF9

Black with #AADDF9

Text Example


Text Example

White with #AADDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDF9; }

 p { color: rgb(170,221,249); }

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

background-color css

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

 a { background-color: rgb(170,221,249); }

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

border-color css

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

 span { border-color: rgb(170,221,249); }

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