Html Css Color HEX #A3D1DF French Pass

📋 copy color: '#A3D1DF'

red 163 ◦ green 209 ◦ blue 223

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

Shades of French Pass #A3D1DF

Tints of French Pass #A3D1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.13%

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 27.39%
G = 35.13%
B = 37.48%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A3D1DF (or 0xA3D1DF) is known color: French Pass. HEX triplet: A3, D1 and DF. RGB value is (163,209,223). Sum of RGB (Red+Green+Blue) = 163+209+223=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D1DF is #5C2E20. Grayscale: #C4C4C4. Windows color (decimal): -6041121 or 14668195. OLE color: 14668195.

HSL color Cylindrical-coordinate representation of color #A3D1DF: hue angle of 194º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3D1DF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 209 223 -
CMYK 0.27 0.06 0 0.13
HSL 194º 0.48% 0.76% -
HSV(B) 194º 0.27% 0.87% -
XYZ 51.22 58.72 78.45 -
YUV 196.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 163 209 223 0.27 0.06 0 0.13 194 0.48 0.76
Hex A3 D1 DF 1B 6 0 D C2 30 4C
Octal 243 321 337 33 6 0 15 302 60 114
Binary 10100011 11010001 11011111 11011 110 0 1101 11000010 110000 1001100

Color Harmonies of #A3D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D1DF

Black with #A3D1DF

Text Example


Text Example

White with #A3D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D1DF; }

 p { color: rgb(163,209,223); }

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

background-color css

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

 a { background-color: rgb(163,209,223); }

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

border-color css

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

 span { border-color: rgb(163,209,223); }

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