#AFD4DB

Color #AFD4DB French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AFD4DB

Tints of French Pass #AFD4DB

Color information

#AFD4DB (or 0xAFD4DB) is unknown color: approx French Pass. HEX triplet: AF, D4 and DB. RGB value is (175,212,219). Sum of RGB (Red+Green+Blue) = 175+212+219=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4DB is #502B24. Grayscale: #C9C9C9. Windows color (decimal): -5253925 or 14406831. OLE color: 14406831.

HSL color Cylindrical-coordinate representation of color #AFD4DB: hue angle of 189.55º 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 #AFD4DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175212219-
CMYK0.200.0300.14
HSL189.55º37.93%77.25%-
HSV(B)189.55º20.09%85.88%-
XYZ54.0161.3276.01-
YUV201.74137.74108.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=28.88%
G=34.98%
B=36.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752122190.200.0300.14189.5537.9377.25
HexAFD4DB1430Ebe264d
Octal25732433324301627646115
Binary101011111101010011011011101001101110101111101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4DB; }

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

 H1.HeaderClassName
 {
   color: #AFD4DB;
 }
 .AnyTagClassName
 {
   color: #AFD4DB;
 }
</style>
background-color css

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

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

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

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

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

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