Html Css Color HEX #A3DCFF Columbia Blue

📋 copy color: '#A3DCFF'

red 163 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #A3DCFF

Tints of Columbia Blue #A3DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

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

R = 25.55%
G = 34.48%
B = 39.97%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3DCFF (or 0xA3DCFF) is known color: Columbia Blue. HEX triplet: A3, DC and FF. RGB value is (163,220,255). Sum of RGB (Red+Green+Blue) = 163+220+255=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCFF is #5C2300. Grayscale: #CECECE. Windows color (decimal): -6038273 or 16768163. OLE color: 16768163.

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

Color convert

RGB 163 220 255 -
CMYK 0.36 0.14 0 0
HSL 202.83º 1% 0.82% -
HSV(B) 202.83º 0.36% 1% -
XYZ 58.75 66.19 104.29 -
YUV 206.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 163 220 255 0.36 0.14 0 0 202.83 1 0.82
Hex A3 DC FF 24 E 0 0 CB 64 52
Octal 243 334 377 44 16 0 0 313 144 122
Binary 10100011 11011100 11111111 100100 1110 0 0 11001011 1100100 1010010

Color Harmonies of #A3DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCFF

Black with #A3DCFF

Text Example


Text Example

White with #A3DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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