Html Css Color HEX #AADDF6 Columbia Blue

📋 copy color: '#AADDF6'

red 170 ◦ green 221 ◦ blue 246

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

Shades of Columbia Blue #AADDF6

Tints of Columbia Blue #AADDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.62%

R = 26.69%
G = 34.69%
B = 38.62%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AADDF6 (or 0xAADDF6) is known color: Columbia Blue. HEX triplet: AA, DD and F6. RGB value is (170,221,246). Sum of RGB (Red+Green+Blue) = 170+221+246=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF6 is #552209. Grayscale: #D0D0D0. Windows color (decimal): -5579274 or 16178602. OLE color: 16178602.

HSL color Cylindrical-coordinate representation of color #AADDF6: hue angle of 199.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADDF6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 221 246 -
CMYK 0.31 0.10 0 0.04
HSL 199.74º 0.81% 0.82% -
HSV(B) 199.74º 0.31% 0.96% -
XYZ 59.07 66.91 96.99 -
YUV 208.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 170 221 246 0.31 0.10 0 0.04 199.74 0.81 0.82
Hex AA DD F6 1F A 0 4 C8 51 52
Octal 252 335 366 37 12 0 4 310 121 122
Binary 10101010 11011101 11110110 11111 1010 0 100 11001000 1010001 1010010

Color Harmonies of #AADDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDF6

Black with #AADDF6

Text Example


Text Example

White with #AADDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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