Html Css Color HEX #A1D6DF French Pass

📋 copy color: '#A1D6DF'

red 161 ◦ green 214 ◦ blue 223

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

Shades of French Pass #A1D6DF

Tints of French Pass #A1D6DF

RGB

 RED value IS 161 (63.28% from 255) = 26.92%

 GREEN value IS 214 (83.98% from 255) = 35.79%

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

R = 26.92%
G = 35.79%
B = 37.29%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1D6DF (or 0xA1D6DF) is known color: French Pass. HEX triplet: A1, D6 and DF. RGB value is (161,214,223). Sum of RGB (Red+Green+Blue) = 161+214+223=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6DF is #5E2920. Grayscale: #C7C7C7. Windows color (decimal): -6170913 or 14669473. OLE color: 14669473.

HSL color Cylindrical-coordinate representation of color #A1D6DF: hue angle of 188.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1D6DF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 214 223 -
CMYK 0.28 0.04 0 0.13
HSL 188.71º 0.49% 0.75% -
HSV(B) 188.71º 0.28% 0.87% -
XYZ 52.06 61 78.84 -
YUV 199.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 161 214 223 0.28 0.04 0 0.13 188.71 0.49 0.75
Hex A1 D6 DF 1C 4 0 D BD 31 4B
Octal 241 326 337 34 4 0 15 275 61 113
Binary 10100001 11010110 11011111 11100 100 0 1101 10111101 110001 1001011

Color Harmonies of #A1D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6DF

Black with #A1D6DF

Text Example


Text Example

White with #A1D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6DF; }

 p { color: rgb(161,214,223); }

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

background-color css

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

 a { background-color: rgb(161,214,223); }

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

border-color css

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

 span { border-color: rgb(161,214,223); }

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