Html Css Color HEX #A0DBF2 Columbia Blue

📋 copy color: '#A0DBF2'

red 160 ◦ green 219 ◦ blue 242

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

Shades of Columbia Blue #A0DBF2

Tints of Columbia Blue #A0DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 25.76%
G = 35.27%
B = 38.97%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0DBF2 (or 0xA0DBF2) is known color: Columbia Blue. HEX triplet: A0, DB and F2. RGB value is (160,219,242). Sum of RGB (Red+Green+Blue) = 160+219+242=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBF2 is #5F240D. Grayscale: #CBCBCB. Windows color (decimal): -6235150 or 15915936. OLE color: 15915936.

HSL color Cylindrical-coordinate representation of color #A0DBF2: hue angle of 196.83º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DBF2 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 219 242 -
CMYK 0.34 0.10 0 0.05
HSL 196.83º 0.76% 0.79% -
HSV(B) 196.83º 0.34% 0.95% -
XYZ 55.86 64.55 93.52 -
YUV 203.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 160 219 242 0.34 0.10 0 0.05 196.83 0.76 0.79
Hex A0 DB F2 22 A 0 5 C5 4C 4F
Octal 240 333 362 42 12 0 5 305 114 117
Binary 10100000 11011011 11110010 100010 1010 0 101 11000101 1001100 1001111

Color Harmonies of #A0DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBF2

Black with #A0DBF2

Text Example


Text Example

White with #A0DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBF2; }

 p { color: rgb(160,219,242); }

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

background-color css

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

 a { background-color: rgb(160,219,242); }

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

border-color css

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

 span { border-color: rgb(160,219,242); }

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