Html Css Color HEX #A3E2FC Columbia Blue

📋 copy color: '#A3E2FC'

red 163 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #A3E2FC

Tints of Columbia Blue #A3E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.26%

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

R = 25.43%
G = 35.26%
B = 39.31%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3E2FC (or 0xA3E2FC) is known color: Columbia Blue. HEX triplet: A3, E2 and FC. RGB value is (163,226,252). Sum of RGB (Red+Green+Blue) = 163+226+252=641 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.43% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E2FC is #5C1D03. Grayscale: #D1D1D1. Windows color (decimal): -6036740 or 16573091. OLE color: 16573091.

HSL color Cylindrical-coordinate representation of color #A3E2FC: hue angle of 197.53º 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 #A3E2FC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 226 252 -
CMYK 0.35 0.10 0 0.01
HSL 197.53º 0.94% 0.81% -
HSV(B) 197.53º 0.35% 0.99% -
XYZ 59.87 69.21 102.3 -
YUV 210.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 163 226 252 0.35 0.10 0 0.01 197.53 0.94 0.81
Hex A3 E2 FC 23 A 0 1 C6 5E 51
Octal 243 342 374 43 12 0 1 306 136 121
Binary 10100011 11100010 11111100 100011 1010 0 1 11000110 1011110 1010001

Color Harmonies of #A3E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E2FC

Black with #A3E2FC

Text Example


Text Example

White with #A3E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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