Html Css Color HEX #A2DCFF Columbia Blue

📋 copy color: '#A2DCFF'

red 162 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #A2DCFF

Tints of Columbia Blue #A2DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 25.43%
G = 34.54%
B = 40.03%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2DCFF (or 0xA2DCFF) is known color: Columbia Blue. HEX triplet: A2, DC and FF. RGB value is (162,220,255). Sum of RGB (Red+Green+Blue) = 162+220+255=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFF is #5D2300. Grayscale: #CECECE. Windows color (decimal): -6103809 or 16768162. OLE color: 16768162.

HSL color Cylindrical-coordinate representation of color #A2DCFF: hue angle of 202.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DCFF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 220 255 -
CMYK 0.36 0.14 0 0
HSL 202.58º 1% 0.82% -
HSV(B) 202.58º 0.36% 1% -
XYZ 58.54 66.09 104.28 -
YUV 206.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 162 220 255 0.36 0.14 0 0 202.58 1 0.82
Hex A2 DC FF 24 E 0 0 CB 64 52
Octal 242 334 377 44 16 0 0 313 144 122
Binary 10100010 11011100 11111111 100100 1110 0 0 11001011 1100100 1010010

Color Harmonies of #A2DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCFF

Black with #A2DCFF

Text Example


Text Example

White with #A2DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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