Html Css Color HEX #A3DDFC Columbia Blue

📋 copy color: '#A3DDFC'

red 163 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #A3DDFC

Tints of Columbia Blue #A3DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.75%

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 25.63%
G = 34.75%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3DDFC (or 0xA3DDFC) is known color: Columbia Blue. HEX triplet: A3, DD and FC. RGB value is (163,221,252). Sum of RGB (Red+Green+Blue) = 163+221+252=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDFC is #5C2203. Grayscale: #CFCFCF. Windows color (decimal): -6038020 or 16571811. OLE color: 16571811.

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

Color convert

RGB 163 221 252 -
CMYK 0.35 0.12 0 0.01
HSL 200.9º 0.94% 0.81% -
HSV(B) 200.9º 0.35% 0.99% -
XYZ 58.53 66.53 101.85 -
YUV 207.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 163 221 252 0.35 0.12 0 0.01 200.9 0.94 0.81
Hex A3 DD FC 23 C 0 1 C9 5E 51
Octal 243 335 374 43 14 0 1 311 136 121
Binary 10100011 11011101 11111100 100011 1100 0 1 11001001 1011110 1010001

Color Harmonies of #A3DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDFC

Black with #A3DDFC

Text Example


Text Example

White with #A3DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDFC; }

 p { color: rgb(163,221,252); }

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

background-color css

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

 a { background-color: rgb(163,221,252); }

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

border-color css

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

 span { border-color: rgb(163,221,252); }

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