Html Css Color HEX #AFD1D8 French Pass

📋 copy color: '#AFD1D8'

red 175 ◦ green 209 ◦ blue 216

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

Shades of French Pass #AFD1D8

Tints of French Pass #AFD1D8

RGB

 RED value IS 175 (68.75% from 255) = 29.17%

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

 BLUE value IS 216 (84.77% from 255) = 36%

R = 29.17%
G = 34.83%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFD1D8 (or 0xAFD1D8) is known color: French Pass. HEX triplet: AF, D1 and D8. RGB value is (175,209,216). Sum of RGB (Red+Green+Blue) = 175+209+216=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFD1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1D8 is #502E27. Grayscale: #C7C7C7. Windows color (decimal): -5254696 or 14209455. OLE color: 14209455.

HSL color Cylindrical-coordinate representation of color #AFD1D8: hue angle of 190.24º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD1D8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 209 216 -
CMYK 0.19 0.03 0 0.15
HSL 190.24º 0.34% 0.77% -
HSV(B) 190.24º 0.19% 0.85% -
XYZ 52.87 59.67 73.7 -
YUV 199.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 175 209 216 0.19 0.03 0 0.15 190.24 0.34 0.77
Hex AF D1 D8 13 3 0 F BE 22 4D
Octal 257 321 330 23 3 0 17 276 42 115
Binary 10101111 11010001 11011000 10011 11 0 1111 10111110 100010 1001101

Color Harmonies of #AFD1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1D8

Black with #AFD1D8

Text Example


Text Example

White with #AFD1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1D8; }

 p { color: rgb(175,209,216); }

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

background-color css

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

 a { background-color: rgb(175,209,216); }

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

border-color css

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

 span { border-color: rgb(175,209,216); }

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