Html Css Color HEX #AADCF6 Columbia Blue

📋 copy color: '#AADCF6'

red 170 ◦ green 220 ◦ blue 246

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

Shades of Columbia Blue #AADCF6

Tints of Columbia Blue #AADCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

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

R = 26.73%
G = 34.59%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AADCF6 (or 0xAADCF6) is known color: Columbia Blue. HEX triplet: AA, DC and F6. RGB value is (170,220,246). Sum of RGB (Red+Green+Blue) = 170+220+246=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCF6 is #552309. Grayscale: #CFCFCF. Windows color (decimal): -5579530 or 16178346. OLE color: 16178346.

HSL color Cylindrical-coordinate representation of color #AADCF6: hue angle of 200.53º 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 #AADCF6 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 220 246 -
CMYK 0.31 0.11 0 0.04
HSL 200.53º 0.81% 0.82% -
HSV(B) 200.53º 0.31% 0.96% -
XYZ 58.81 66.39 96.9 -
YUV 208.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 170 220 246 0.31 0.11 0 0.04 200.53 0.81 0.82
Hex AA DC F6 1F B 0 4 C9 51 52
Octal 252 334 366 37 13 0 4 311 121 122
Binary 10101010 11011100 11110110 11111 1011 0 100 11001001 1010001 1010010

Color Harmonies of #AADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCF6

Black with #AADCF6

Text Example


Text Example

White with #AADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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