Html Css Color HEX #A3E2FA Columbia Blue

📋 copy color: '#A3E2FA'

red 163 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #A3E2FA

Tints of Columbia Blue #A3E2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 25.51%
G = 35.37%
B = 39.12%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3E2FA (or 0xA3E2FA) is known color: Columbia Blue. HEX triplet: A3, E2 and FA. RGB value is (163,226,250). Sum of RGB (Red+Green+Blue) = 163+226+250=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E2FA is #5C1D05. Grayscale: #D1D1D1. Windows color (decimal): -6036742 or 16442019. OLE color: 16442019.

HSL color Cylindrical-coordinate representation of color #A3E2FA: hue angle of 196.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3E2FA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 226 250 -
CMYK 0.35 0.10 0 0.02
HSL 196.55º 0.9% 0.81% -
HSV(B) 196.55º 0.35% 0.98% -
XYZ 59.56 69.08 100.64 -
YUV 209.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 163 226 250 0.35 0.10 0 0.02 196.55 0.9 0.81
Hex A3 E2 FA 23 A 0 2 C5 5A 51
Octal 243 342 372 43 12 0 2 305 132 121
Binary 10100011 11100010 11111010 100011 1010 0 10 11000101 1011010 1010001

Color Harmonies of #A3E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E2FA

Black with #A3E2FA

Text Example


Text Example

White with #A3E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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