Html Css Color HEX #A2DCF5 Columbia Blue

📋 copy color: '#A2DCF5'

red 162 ◦ green 220 ◦ blue 245

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

Shades of Columbia Blue #A2DCF5

Tints of Columbia Blue #A2DCF5

RGB

 RED value IS 162 (63.67% from 255) = 25.84%

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

 BLUE value IS 245 (96.09% from 255) = 39.07%

R = 25.84%
G = 35.09%
B = 39.07%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A2DCF5 (or 0xA2DCF5) is known color: Columbia Blue. HEX triplet: A2, DC and F5. RGB value is (162,220,245). Sum of RGB (Red+Green+Blue) = 162+220+245=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #A2DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCF5 is #5D230A. Grayscale: #CDCDCD. Windows color (decimal): -6103819 or 16112802. OLE color: 16112802.

HSL color Cylindrical-coordinate representation of color #A2DCF5: hue angle of 198.07º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2DCF5 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 220 245 -
CMYK 0.34 0.10 0 0.04
HSL 198.07º 0.81% 0.8% -
HSV(B) 198.07º 0.34% 0.96% -
XYZ 56.97 65.46 96.02 -
YUV 205.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 162 220 245 0.34 0.10 0 0.04 198.07 0.81 0.8
Hex A2 DC F5 22 A 0 4 C6 51 50
Octal 242 334 365 42 12 0 4 306 121 120
Binary 10100010 11011100 11110101 100010 1010 0 100 11000110 1010001 1010000

Color Harmonies of #A2DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCF5

Black with #A2DCF5

Text Example


Text Example

White with #A2DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCF5; }

 p { color: rgb(162,220,245); }

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

background-color css

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

 a { background-color: rgb(162,220,245); }

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

border-color css

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

 span { border-color: rgb(162,220,245); }

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