Html Css Color HEX #AFCDD7 French Pass

📋 copy color: '#AFCDD7'

red 175 ◦ green 205 ◦ blue 215

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

Shades of French Pass #AFCDD7

Tints of French Pass #AFCDD7

RGB

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

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

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

R = 29.41%
G = 34.45%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCDD7 (or 0xAFCDD7) is known color: French Pass. HEX triplet: AF, CD and D7. RGB value is (175,205,215). Sum of RGB (Red+Green+Blue) = 175+205+215=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD7 is #503228. Grayscale: #C5C5C5. Windows color (decimal): -5255721 or 14142895. OLE color: 14142895.

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

Color convert

RGB 175 205 215 -
CMYK 0.19 0.05 0 0.16
HSL 195º 0.33% 0.76% -
HSV(B) 195º 0.19% 0.84% -
XYZ 51.78 57.68 72.69 -
YUV 197.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 175 205 215 0.19 0.05 0 0.16 195 0.33 0.76
Hex AF CD D7 13 5 0 10 C3 21 4C
Octal 257 315 327 23 5 0 20 303 41 114
Binary 10101111 11001101 11010111 10011 101 0 10000 11000011 100001 1001100

Color Harmonies of #AFCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDD7

Black with #AFCDD7

Text Example


Text Example

White with #AFCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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