Html Css Color HEX #A3E7FC Columbia Blue

📋 copy color: '#A3E7FC'

red 163 ◦ green 231 ◦ blue 252

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

Shades of Columbia Blue #A3E7FC

Tints of Columbia Blue #A3E7FC

RGB

 RED value IS 163 (64.06% from 255) = 25.23%

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

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

R = 25.23%
G = 35.76%
B = 39.01%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3E7FC (or 0xA3E7FC) is known color: Columbia Blue. HEX triplet: A3, E7 and FC. RGB value is (163,231,252). Sum of RGB (Red+Green+Blue) = 163+231+252=646 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.23% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E7FC is #5C1803. Grayscale: #D4D4D4. Windows color (decimal): -6035460 or 16574371. OLE color: 16574371.

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

Color convert

RGB 163 231 252 -
CMYK 0.35 0.08 0 0.01
HSL 194.16º 0.94% 0.81% -
HSV(B) 194.16º 0.35% 0.99% -
XYZ 61.25 71.97 102.76 -
YUV 213.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 163 231 252 0.35 0.08 0 0.01 194.16 0.94 0.81
Hex A3 E7 FC 23 8 0 1 C2 5E 51
Octal 243 347 374 43 10 0 1 302 136 121
Binary 10100011 11100111 11111100 100011 1000 0 1 11000010 1011110 1010001

Color Harmonies of #A3E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E7FC

Black with #A3E7FC

Text Example


Text Example

White with #A3E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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