Html Css Color HEX #AFD1DB French Pass

📋 copy color: '#AFD1DB'

red 175 ◦ green 209 ◦ blue 219

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

Shades of French Pass #AFD1DB

Tints of French Pass #AFD1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 29.02%
G = 34.66%
B = 36.32%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFD1DB (or 0xAFD1DB) is known color: French Pass. HEX triplet: AF, D1 and DB. RGB value is (175,209,219). Sum of RGB (Red+Green+Blue) = 175+209+219=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1DB is #502E24. Grayscale: #C7C7C7. Windows color (decimal): -5254693 or 14406063. OLE color: 14406063.

HSL color Cylindrical-coordinate representation of color #AFD1DB: hue angle of 193.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD1DB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 209 219 -
CMYK 0.20 0.05 0 0.14
HSL 193.64º 0.38% 0.77% -
HSV(B) 193.64º 0.2% 0.86% -
XYZ 53.27 59.83 75.76 -
YUV 199.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 175 209 219 0.20 0.05 0 0.14 193.64 0.38 0.77
Hex AF D1 DB 14 5 0 E C2 26 4D
Octal 257 321 333 24 5 0 16 302 46 115
Binary 10101111 11010001 11011011 10100 101 0 1110 11000010 100110 1001101

Color Harmonies of #AFD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1DB

Black with #AFD1DB

Text Example


Text Example

White with #AFD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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