Html Css Color HEX #A0D1FD Columbia Blue

📋 copy color: '#A0D1FD'

red 160 ◦ green 209 ◦ blue 253

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

Shades of Columbia Blue #A0D1FD

Tints of Columbia Blue #A0D1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.6%

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 25.72%
G = 33.6%
B = 40.68%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0D1FD (or 0xA0D1FD) is known color: Columbia Blue. HEX triplet: A0, D1 and FD. RGB value is (160,209,253). Sum of RGB (Red+Green+Blue) = 160+209+253=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D1FD is #5F2E02. Grayscale: #C7C7C7. Windows color (decimal): -6237699 or 16634272. OLE color: 16634272.

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

Color convert

RGB 160 209 253 -
CMYK 0.37 0.17 0 0.01
HSL 208.39º 0.96% 0.81% -
HSV(B) 208.39º 0.37% 0.99% -
XYZ 55.03 60.17 101.64 -
YUV 199.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 160 209 253 0.37 0.17 0 0.01 208.39 0.96 0.81
Hex A0 D1 FD 25 11 0 1 D0 60 51
Octal 240 321 375 45 21 0 1 320 140 121
Binary 10100000 11010001 11111101 100101 10001 0 1 11010000 1100000 1010001

Color Harmonies of #A0D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D1FD

Black with #A0D1FD

Text Example


Text Example

White with #A0D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D1FD; }

 p { color: rgb(160,209,253); }

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

background-color css

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

 a { background-color: rgb(160,209,253); }

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

border-color css

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

 span { border-color: rgb(160,209,253); }

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