Html Css Color HEX #A0DDF6 Columbia Blue

📋 copy color: '#A0DDF6'

red 160 ◦ green 221 ◦ blue 246

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

Shades of Columbia Blue #A0DDF6

Tints of Columbia Blue #A0DDF6

RGB

 RED value IS 160 (62.89% from 255) = 25.52%

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

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

R = 25.52%
G = 35.25%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A0DDF6 (or 0xA0DDF6) is known color: Columbia Blue. HEX triplet: A0, DD and F6. RGB value is (160,221,246). Sum of RGB (Red+Green+Blue) = 160+221+246=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDF6 is #5F2209. Grayscale: #CDCDCD. Windows color (decimal): -6234634 or 16178592. OLE color: 16178592.

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

Color convert

RGB 160 221 246 -
CMYK 0.35 0.10 0 0.04
HSL 197.44º 0.83% 0.8% -
HSV(B) 197.44º 0.35% 0.96% -
XYZ 56.99 65.84 96.89 -
YUV 205.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 160 221 246 0.35 0.10 0 0.04 197.44 0.83 0.8
Hex A0 DD F6 23 A 0 4 C5 53 50
Octal 240 335 366 43 12 0 4 305 123 120
Binary 10100000 11011101 11110110 100011 1010 0 100 11000101 1010011 1010000

Color Harmonies of #A0DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDF6

Black with #A0DDF6

Text Example


Text Example

White with #A0DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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