Html Css Color HEX #A2D8FF Columbia Blue

📋 copy color: '#A2D8FF'

red 162 ◦ green 216 ◦ blue 255

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

Shades of Columbia Blue #A2D8FF

Tints of Columbia Blue #A2D8FF

RGB

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

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

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

R = 25.59%
G = 34.12%
B = 40.28%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2D8FF (or 0xA2D8FF) is known color: Columbia Blue. HEX triplet: A2, D8 and FF. RGB value is (162,216,255). Sum of RGB (Red+Green+Blue) = 162+216+255=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D8FF is #5D2700. Grayscale: #CCCCCC. Windows color (decimal): -6104833 or 16767138. OLE color: 16767138.

HSL color Cylindrical-coordinate representation of color #A2D8FF: hue angle of 205.16º 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 #A2D8FF is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 216 255 -
CMYK 0.36 0.15 0 0
HSL 205.16º 1% 0.82% -
HSV(B) 205.16º 0.36% 1% -
XYZ 57.51 64.01 103.93 -
YUV 204.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 162 216 255 0.36 0.15 0 0 205.16 1 0.82
Hex A2 D8 FF 24 F 0 0 CD 64 52
Octal 242 330 377 44 17 0 0 315 144 122
Binary 10100010 11011000 11111111 100100 1111 0 0 11001101 1100100 1010010

Color Harmonies of #A2D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D8FF

Black with #A2D8FF

Text Example


Text Example

White with #A2D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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