Html Css Color HEX #A3D5FC Columbia Blue

📋 copy color: '#A3D5FC'

red 163 ◦ green 213 ◦ blue 252

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

Shades of Columbia Blue #A3D5FC

Tints of Columbia Blue #A3D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 25.96%
G = 33.92%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3D5FC (or 0xA3D5FC) is known color: Columbia Blue. HEX triplet: A3, D5 and FC. RGB value is (163,213,252). Sum of RGB (Red+Green+Blue) = 163+213+252=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D5FC is #5C2A03. Grayscale: #CACACA. Windows color (decimal): -6040068 or 16569763. OLE color: 16569763.

HSL color Cylindrical-coordinate representation of color #A3D5FC: hue angle of 206.29º 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 #A3D5FC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 213 252 -
CMYK 0.35 0.15 0 0.01
HSL 206.29º 0.94% 0.81% -
HSV(B) 206.29º 0.35% 0.99% -
XYZ 56.47 62.4 101.16 -
YUV 202.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 163 213 252 0.35 0.15 0 0.01 206.29 0.94 0.81
Hex A3 D5 FC 23 F 0 1 CE 5E 51
Octal 243 325 374 43 17 0 1 316 136 121
Binary 10100011 11010101 11111100 100011 1111 0 1 11001110 1011110 1010001

Color Harmonies of #A3D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D5FC

Black with #A3D5FC

Text Example


Text Example

White with #A3D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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