Html Css Color HEX #A3DCF9 Columbia Blue

📋 copy color: '#A3DCF9'

red 163 ◦ green 220 ◦ blue 249

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

Shades of Columbia Blue #A3DCF9

Tints of Columbia Blue #A3DCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 25.79%
G = 34.81%
B = 39.4%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3DCF9 (or 0xA3DCF9) is known color: Columbia Blue. HEX triplet: A3, DC and F9. RGB value is (163,220,249). Sum of RGB (Red+Green+Blue) = 163+220+249=632 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.79% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCF9 is #5C2306. Grayscale: #CECECE. Windows color (decimal): -6038279 or 16374947. OLE color: 16374947.

HSL color Cylindrical-coordinate representation of color #A3DCF9: hue angle of 200.23º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3DCF9 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 220 249 -
CMYK 0.35 0.12 0 0.02
HSL 200.23º 0.88% 0.81% -
HSV(B) 200.23º 0.35% 0.98% -
XYZ 57.8 65.81 99.28 -
YUV 206.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 163 220 249 0.35 0.12 0 0.02 200.23 0.88 0.81
Hex A3 DC F9 23 C 0 2 C8 58 51
Octal 243 334 371 43 14 0 2 310 130 121
Binary 10100011 11011100 11111001 100011 1100 0 10 11001000 1011000 1010001

Color Harmonies of #A3DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCF9

Black with #A3DCF9

Text Example


Text Example

White with #A3DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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