Html Css Color HEX #A0DDFD Columbia Blue

📋 copy color: '#A0DDFD'

red 160 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #A0DDFD

Tints of Columbia Blue #A0DDFD

RGB

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

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

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

R = 25.24%
G = 34.86%
B = 39.91%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0DDFD (or 0xA0DDFD) is known color: Columbia Blue. HEX triplet: A0, DD and FD. RGB value is (160,221,253). Sum of RGB (Red+Green+Blue) = 160+221+253=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDFD is #5F2202. Grayscale: #CECECE. Windows color (decimal): -6234627 or 16637344. OLE color: 16637344.

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

Color convert

RGB 160 221 253 -
CMYK 0.37 0.13 0 0.01
HSL 200.65º 0.96% 0.81% -
HSV(B) 200.65º 0.37% 0.99% -
XYZ 58.08 66.28 102.66 -
YUV 206.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 160 221 253 0.37 0.13 0 0.01 200.65 0.96 0.81
Hex A0 DD FD 25 D 0 1 C9 60 51
Octal 240 335 375 45 15 0 1 311 140 121
Binary 10100000 11011101 11111101 100101 1101 0 1 11001001 1100000 1010001

Color Harmonies of #A0DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDFD

Black with #A0DDFD

Text Example


Text Example

White with #A0DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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