Html Css Color HEX #A2E7FC Columbia Blue

📋 copy color: '#A2E7FC'

red 162 ◦ green 231 ◦ blue 252

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

Shades of Columbia Blue #A2E7FC

Tints of Columbia Blue #A2E7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.81%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 25.12%
G = 35.81%
B = 39.07%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2E7FC (or 0xA2E7FC) is known color: Columbia Blue. HEX triplet: A2, E7 and FC. RGB value is (162,231,252). Sum of RGB (Red+Green+Blue) = 162+231+252=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E7FC is #5D1803. Grayscale: #D4D4D4. Windows color (decimal): -6100996 or 16574370. OLE color: 16574370.

HSL color Cylindrical-coordinate representation of color #A2E7FC: hue angle of 194º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2E7FC is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 231 252 -
CMYK 0.36 0.08 0 0.01
HSL 194º 0.94% 0.81% -
HSV(B) 194º 0.36% 0.99% -
XYZ 61.05 71.86 102.75 -
YUV 212.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 162 231 252 0.36 0.08 0 0.01 194 0.94 0.81
Hex A2 E7 FC 24 8 0 1 C2 5E 51
Octal 242 347 374 44 10 0 1 302 136 121
Binary 10100010 11100111 11111100 100100 1000 0 1 11000010 1011110 1010001

Color Harmonies of #A2E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E7FC

Black with #A2E7FC

Text Example


Text Example

White with #A2E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E7FC; }

 p { color: rgb(162,231,252); }

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

background-color css

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

 a { background-color: rgb(162,231,252); }

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

border-color css

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

 span { border-color: rgb(162,231,252); }

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