Html Css Color HEX #A3E2FD Columbia Blue

📋 copy color: '#A3E2FD'

red 163 ◦ green 226 ◦ blue 253

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

Shades of Columbia Blue #A3E2FD

Tints of Columbia Blue #A3E2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 25.39%
G = 35.2%
B = 39.41%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3E2FD (or 0xA3E2FD) is known color: Columbia Blue. HEX triplet: A3, E2 and FD. RGB value is (163,226,253). Sum of RGB (Red+Green+Blue) = 163+226+253=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E2FD is #5C1D02. Grayscale: #D2D2D2. Windows color (decimal): -6036739 or 16638627. OLE color: 16638627.

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

Color convert

RGB 163 226 253 -
CMYK 0.36 0.11 0 0.01
HSL 198º 0.96% 0.82% -
HSV(B) 198º 0.36% 0.99% -
XYZ 60.03 69.27 103.14 -
YUV 210.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 163 226 253 0.36 0.11 0 0.01 198 0.96 0.82
Hex A3 E2 FD 24 B 0 1 C6 60 52
Octal 243 342 375 44 13 0 1 306 140 122
Binary 10100011 11100010 11111101 100100 1011 0 1 11000110 1100000 1010010

Color Harmonies of #A3E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E2FD

Black with #A3E2FD

Text Example


Text Example

White with #A3E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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