Html Css Color HEX #AFCFD7 French Pass

📋 copy color: '#AFCFD7'

red 175 ◦ green 207 ◦ blue 215

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

Shades of French Pass #AFCFD7

Tints of French Pass #AFCFD7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 29.31%
G = 34.67%
B = 36.01%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCFD7 (or 0xAFCFD7) is known color: French Pass. HEX triplet: AF, CF and D7. RGB value is (175,207,215). Sum of RGB (Red+Green+Blue) = 175+207+215=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFD7 is #503028. Grayscale: #C6C6C6. Windows color (decimal): -5255209 or 14143407. OLE color: 14143407.

HSL color Cylindrical-coordinate representation of color #AFCFD7: hue angle of 192º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCFD7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 207 215 -
CMYK 0.19 0.04 0 0.16
HSL 192º 0.33% 0.76% -
HSV(B) 192º 0.19% 0.84% -
XYZ 52.26 58.65 72.86 -
YUV 198.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 175 207 215 0.19 0.04 0 0.16 192 0.33 0.76
Hex AF CF D7 13 4 0 10 C0 21 4C
Octal 257 317 327 23 4 0 20 300 41 114
Binary 10101111 11001111 11010111 10011 100 0 10000 11000000 100001 1001100

Color Harmonies of #AFCFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFD7

Black with #AFCFD7

Text Example


Text Example

White with #AFCFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFD7; }

 p { color: rgb(175,207,215); }

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

background-color css

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

 a { background-color: rgb(175,207,215); }

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

border-color css

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

 span { border-color: rgb(175,207,215); }

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