Html Css Color HEX #A3ECFF Columbia Blue

📋 copy color: '#A3ECFF'

red 163 ◦ green 236 ◦ blue 255

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

Shades of Columbia Blue #A3ECFF

Tints of Columbia Blue #A3ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.09%

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

R = 24.92%
G = 36.09%
B = 38.99%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3ECFF (or 0xA3ECFF) is known color: Columbia Blue. HEX triplet: A3, EC and FF. RGB value is (163,236,255). Sum of RGB (Red+Green+Blue) = 163+236+255=654 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.92% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECFF is #5C1300. Grayscale: #D8D8D8. Windows color (decimal): -6034177 or 16772259. OLE color: 16772259.

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

Color convert

RGB 163 236 255 -
CMYK 0.36 0.07 0 0
HSL 192.39º 1% 0.82% -
HSV(B) 192.39º 0.36% 1% -
XYZ 63.15 75 105.76 -
YUV 216.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 163 236 255 0.36 0.07 0 0 192.39 1 0.82
Hex A3 EC FF 24 7 0 0 C0 64 52
Octal 243 354 377 44 7 0 0 300 144 122
Binary 10100011 11101100 11111111 100100 111 0 0 11000000 1100100 1010010

Color Harmonies of #A3ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ECFF

Black with #A3ECFF

Text Example


Text Example

White with #A3ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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