Html Css Color HEX #AFD2DC French Pass

📋 copy color: '#AFD2DC'

red 175 ◦ green 210 ◦ blue 220

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

Shades of French Pass #AFD2DC

Tints of French Pass #AFD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 28.93%
G = 34.71%
B = 36.36%

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

#AFD2DC (or 0xAFD2DC) is known color: French Pass. HEX triplet: AF, D2 and DC. RGB value is (175,210,220). Sum of RGB (Red+Green+Blue) = 175+210+220=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2DC is #502D23. Grayscale: #C8C8C8. Windows color (decimal): -5254436 or 14471855. OLE color: 14471855.

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

Color convert

RGB 175 210 220 -
CMYK 0.20 0.05 0 0.14
HSL 193.33º 0.39% 0.77% -
HSV(B) 193.33º 0.2% 0.86% -
XYZ 53.64 60.37 76.54 -
YUV 200.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 175 210 220 0.20 0.05 0 0.14 193.33 0.39 0.77
Hex AF D2 DC 14 5 0 E C1 27 4D
Octal 257 322 334 24 5 0 16 301 47 115
Binary 10101111 11010010 11011100 10100 101 0 1110 11000001 100111 1001101

Color Harmonies of #AFD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2DC

Black with #AFD2DC

Text Example


Text Example

White with #AFD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2DC; }

 p { color: rgb(175,210,220); }

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

background-color css

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

 a { background-color: rgb(175,210,220); }

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

border-color css

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

 span { border-color: rgb(175,210,220); }

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