Html Css Color HEX #A2DDF5 Columbia Blue

📋 copy color: '#A2DDF5'

red 162 ◦ green 221 ◦ blue 245

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

Shades of Columbia Blue #A2DDF5

Tints of Columbia Blue #A2DDF5

RGB

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

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

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

R = 25.8%
G = 35.19%
B = 39.01%

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

#A2DDF5 (or 0xA2DDF5) is known color: Columbia Blue. HEX triplet: A2, DD and F5. RGB value is (162,221,245). Sum of RGB (Red+Green+Blue) = 162+221+245=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #A2DDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDF5 is #5D220A. Grayscale: #CDCDCD. Windows color (decimal): -6103563 or 16113058. OLE color: 16113058.

HSL color Cylindrical-coordinate representation of color #A2DDF5: hue angle of 197.35º 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 #A2DDF5 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 221 245 -
CMYK 0.34 0.10 0 0.04
HSL 197.35º 0.81% 0.8% -
HSV(B) 197.35º 0.34% 0.96% -
XYZ 57.24 65.99 96.11 -
YUV 206.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 162 221 245 0.34 0.10 0 0.04 197.35 0.81 0.8
Hex A2 DD F5 22 A 0 4 C5 51 50
Octal 242 335 365 42 12 0 4 305 121 120
Binary 10100010 11011101 11110101 100010 1010 0 100 11000101 1010001 1010000

Color Harmonies of #A2DDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDF5

Black with #A2DDF5

Text Example


Text Example

White with #A2DDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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