Html Css Color HEX #A0DDFF Columbia Blue

📋 copy color: '#A0DDFF'

red 160 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #A0DDFF

Tints of Columbia Blue #A0DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 25.16%
G = 34.75%
B = 40.09%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0DDFF (or 0xA0DDFF) is known color: Columbia Blue. HEX triplet: A0, DD and FF. RGB value is (160,221,255). Sum of RGB (Red+Green+Blue) = 160+221+255=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDFF is #5F2200. Grayscale: #CECECE. Windows color (decimal): -6234625 or 16768416. OLE color: 16768416.

HSL color Cylindrical-coordinate representation of color #A0DDFF: hue angle of 201.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DDFF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 221 255 -
CMYK 0.37 0.13 0 0
HSL 201.47º 1% 0.81% -
HSV(B) 201.47º 0.37% 1% -
XYZ 58.4 66.41 104.35 -
YUV 206.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 160 221 255 0.37 0.13 0 0 201.47 1 0.81
Hex A0 DD FF 25 D 0 0 C9 64 51
Octal 240 335 377 45 15 0 0 311 144 121
Binary 10100000 11011101 11111111 100101 1101 0 0 11001001 1100100 1010001

Color Harmonies of #A0DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDFF

Black with #A0DDFF

Text Example


Text Example

White with #A0DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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