Html Css Color HEX #A2D8FE Columbia Blue

📋 copy color: '#A2D8FE'

red 162 ◦ green 216 ◦ blue 254

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

Shades of Columbia Blue #A2D8FE

Tints of Columbia Blue #A2D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.18%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 25.63%
G = 34.18%
B = 40.19%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2D8FE (or 0xA2D8FE) is known color: Columbia Blue. HEX triplet: A2, D8 and FE. RGB value is (162,216,254). Sum of RGB (Red+Green+Blue) = 162+216+254=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D8FE is #5D2701. Grayscale: #CBCBCB. Windows color (decimal): -6104834 or 16701602. OLE color: 16701602.

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

Color convert

RGB 162 216 254 -
CMYK 0.36 0.15 0 0.00
HSL 204.78º 0.98% 0.82% -
HSV(B) 204.78º 0.36% 1% -
XYZ 57.35 63.95 103.09 -
YUV 204.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 162 216 254 0.36 0.15 0 0.00 204.78 0.98 0.82
Hex A2 D8 FE 24 F 0 0 CD 62 52
Octal 242 330 376 44 17 0 0 315 142 122
Binary 10100010 11011000 11111110 100100 1111 0 0 11001101 1100010 1010010

Color Harmonies of #A2D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D8FE

Black with #A2D8FE

Text Example


Text Example

White with #A2D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D8FE; }

 p { color: rgb(162,216,254); }

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

background-color css

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

 a { background-color: rgb(162,216,254); }

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

border-color css

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

 span { border-color: rgb(162,216,254); }

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