Html Css Color HEX #AFD4D8 French Pass

📋 copy color: '#AFD4D8'

red 175 ◦ green 212 ◦ blue 216

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

Shades of French Pass #AFD4D8

Tints of French Pass #AFD4D8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 29.02%
G = 35.16%
B = 35.82%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFD4D8 (or 0xAFD4D8) is known color: French Pass. HEX triplet: AF, D4 and D8. RGB value is (175,212,216). Sum of RGB (Red+Green+Blue) = 175+212+216=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFD4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4D8 is #502B27. Grayscale: #C9C9C9. Windows color (decimal): -5253928 or 14210223. OLE color: 14210223.

HSL color Cylindrical-coordinate representation of color #AFD4D8: hue angle of 185.85º 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 #AFD4D8 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 212 216 -
CMYK 0.19 0.02 0 0.15
HSL 185.85º 0.34% 0.77% -
HSV(B) 185.85º 0.19% 0.85% -
XYZ 53.62 61.16 73.94 -
YUV 201.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 175 212 216 0.19 0.02 0 0.15 185.85 0.34 0.77
Hex AF D4 D8 13 2 0 F BA 22 4D
Octal 257 324 330 23 2 0 17 272 42 115
Binary 10101111 11010100 11011000 10011 10 0 1111 10111010 100010 1001101

Color Harmonies of #AFD4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4D8

Black with #AFD4D8

Text Example


Text Example

White with #AFD4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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