Html Css Color HEX #AFCDD9 French Pass

📋 copy color: '#AFCDD9'

red 175 ◦ green 205 ◦ blue 217

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

Shades of French Pass #AFCDD9

Tints of French Pass #AFCDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.34%

 BLUE value IS 217 (85.16% from 255) = 36.35%

R = 29.31%
G = 34.34%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFCDD9 (or 0xAFCDD9) is known color: French Pass. HEX triplet: AF, CD and D9. RGB value is (175,205,217). Sum of RGB (Red+Green+Blue) = 175+205+217=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFCDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD9 is #503226. Grayscale: #C5C5C5. Windows color (decimal): -5255719 or 14273967. OLE color: 14273967.

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

Color convert

RGB 175 205 217 -
CMYK 0.19 0.06 0 0.15
HSL 197.14º 0.36% 0.77% -
HSV(B) 197.14º 0.19% 0.85% -
XYZ 52.03 57.79 74.06 -
YUV 197.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 175 205 217 0.19 0.06 0 0.15 197.14 0.36 0.77
Hex AF CD D9 13 6 0 F C5 24 4D
Octal 257 315 331 23 6 0 17 305 44 115
Binary 10101111 11001101 11011001 10011 110 0 1111 11000101 100100 1001101

Color Harmonies of #AFCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDD9

Black with #AFCDD9

Text Example


Text Example

White with #AFCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDD9; }

 p { color: rgb(175,205,217); }

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

background-color css

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

 a { background-color: rgb(175,205,217); }

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

border-color css

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

 span { border-color: rgb(175,205,217); }

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