Html Css Color HEX #A3EBFF Columbia Blue

📋 copy color: '#A3EBFF'

red 163 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #A3EBFF

Tints of Columbia Blue #A3EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.99%

 BLUE value IS 255 (100% from 255) = 39.05%

R = 24.96%
G = 35.99%
B = 39.05%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3EBFF (or 0xA3EBFF) is known color: Columbia Blue. HEX triplet: A3, EB and FF. RGB value is (163,235,255). Sum of RGB (Red+Green+Blue) = 163+235+255=653 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.96% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBFF is #5C1400. Grayscale: #D7D7D7. Windows color (decimal): -6034433 or 16772003. OLE color: 16772003.

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

Color convert

RGB 163 235 255 -
CMYK 0.36 0.08 0 0
HSL 193.04º 1% 0.82% -
HSV(B) 193.04º 0.36% 1% -
XYZ 62.86 74.42 105.66 -
YUV 215.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 163 235 255 0.36 0.08 0 0 193.04 1 0.82
Hex A3 EB FF 24 8 0 0 C1 64 52
Octal 243 353 377 44 10 0 0 301 144 122
Binary 10100011 11101011 11111111 100100 1000 0 0 11000001 1100100 1010010

Color Harmonies of #A3EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBFF

Black with #A3EBFF

Text Example


Text Example

White with #A3EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBFF; }

 p { color: rgb(163,235,255); }

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

background-color css

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

 a { background-color: rgb(163,235,255); }

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

border-color css

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

 span { border-color: rgb(163,235,255); }

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