Html Css Color HEX #A3EAFE Columbia Blue

📋 copy color: '#A3EAFE'

red 163 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #A3EAFE

Tints of Columbia Blue #A3EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

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

R = 25.04%
G = 35.94%
B = 39.02%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A3EAFE (or 0xA3EAFE) is known color: Columbia Blue. HEX triplet: A3, EA and FE. RGB value is (163,234,254). Sum of RGB (Red+Green+Blue) = 163+234+254=651 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.04% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAFE is #5C1501. Grayscale: #D6D6D6. Windows color (decimal): -6034690 or 16706211. OLE color: 16706211.

HSL color Cylindrical-coordinate representation of color #A3EAFE: hue angle of 193.19º 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 #A3EAFE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 234 254 -
CMYK 0.36 0.08 0 0.00
HSL 193.19º 0.98% 0.82% -
HSV(B) 193.19º 0.36% 1% -
XYZ 62.42 73.79 104.72 -
YUV 215.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 163 234 254 0.36 0.08 0 0.00 193.19 0.98 0.82
Hex A3 EA FE 24 8 0 0 C1 62 52
Octal 243 352 376 44 10 0 0 301 142 122
Binary 10100011 11101010 11111110 100100 1000 0 0 11000001 1100010 1010010

Color Harmonies of #A3EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAFE

Black with #A3EAFE

Text Example


Text Example

White with #A3EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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