Html Css Color HEX #AFCFDC French Pass

📋 copy color: '#AFCFDC'

red 175 ◦ green 207 ◦ blue 220

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

Shades of French Pass #AFCFDC

Tints of French Pass #AFCFDC

RGB

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

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

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

R = 29.07%
G = 34.39%
B = 36.54%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCFDC (or 0xAFCFDC) is known color: French Pass. HEX triplet: AF, CF and DC. RGB value is (175,207,220). Sum of RGB (Red+Green+Blue) = 175+207+220=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDC is #503023. Grayscale: #C6C6C6. Windows color (decimal): -5255204 or 14471087. OLE color: 14471087.

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

Color convert

RGB 175 207 220 -
CMYK 0.20 0.06 0 0.14
HSL 197.33º 0.39% 0.77% -
HSV(B) 197.33º 0.2% 0.86% -
XYZ 52.91 58.91 76.29 -
YUV 198.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 175 207 220 0.20 0.06 0 0.14 197.33 0.39 0.77
Hex AF CF DC 14 6 0 E C5 27 4D
Octal 257 317 334 24 6 0 16 305 47 115
Binary 10101111 11001111 11011100 10100 110 0 1110 11000101 100111 1001101

Color Harmonies of #AFCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFDC

Black with #AFCFDC

Text Example


Text Example

White with #AFCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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