Html Css Color HEX #A3E0FE Columbia Blue

📋 copy color: '#A3E0FE'

red 163 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #A3E0FE

Tints of Columbia Blue #A3E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.95%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 25.43%
G = 34.95%
B = 39.63%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A3E0FE (or 0xA3E0FE) is known color: Columbia Blue. HEX triplet: A3, E0 and FE. RGB value is (163,224,254). Sum of RGB (Red+Green+Blue) = 163+224+254=641 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.43% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E0FE is #5C1F01. Grayscale: #D1D1D1. Windows color (decimal): -6037250 or 16703651. OLE color: 16703651.

HSL color Cylindrical-coordinate representation of color #A3E0FE: hue angle of 199.78º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3E0FE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 224 254 -
CMYK 0.36 0.12 0 0.00
HSL 199.78º 0.98% 0.82% -
HSV(B) 199.78º 0.36% 1% -
XYZ 59.65 68.25 103.8 -
YUV 209.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 163 224 254 0.36 0.12 0 0.00 199.78 0.98 0.82
Hex A3 E0 FE 24 C 0 0 C8 62 52
Octal 243 340 376 44 14 0 0 310 142 122
Binary 10100011 11100000 11111110 100100 1100 0 0 11001000 1100010 1010010

Color Harmonies of #A3E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E0FE

Black with #A3E0FE

Text Example


Text Example

White with #A3E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E0FE; }

 p { color: rgb(163,224,254); }

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

background-color css

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

 a { background-color: rgb(163,224,254); }

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

border-color css

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

 span { border-color: rgb(163,224,254); }

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