Html Css Color HEX #A0DCFF Columbia Blue

📋 copy color: '#A0DCFF'

red 160 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #A0DCFF

Tints of Columbia Blue #A0DCFF

RGB

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

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

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

R = 25.2%
G = 34.65%
B = 40.16%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0DCFF (or 0xA0DCFF) is known color: Columbia Blue. HEX triplet: A0, DC and FF. RGB value is (160,220,255). Sum of RGB (Red+Green+Blue) = 160+220+255=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCFF is #5F2300. Grayscale: #CDCDCD. Windows color (decimal): -6234881 or 16768160. OLE color: 16768160.

HSL color Cylindrical-coordinate representation of color #A0DCFF: hue angle of 202.11º 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 #A0DCFF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 220 255 -
CMYK 0.37 0.14 0 0
HSL 202.11º 1% 0.81% -
HSV(B) 202.11º 0.37% 1% -
XYZ 58.14 65.88 104.26 -
YUV 206.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 160 220 255 0.37 0.14 0 0 202.11 1 0.81
Hex A0 DC FF 25 E 0 0 CA 64 51
Octal 240 334 377 45 16 0 0 312 144 121
Binary 10100000 11011100 11111111 100101 1110 0 0 11001010 1100100 1010001

Color Harmonies of #A0DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCFF

Black with #A0DCFF

Text Example


Text Example

White with #A0DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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