Html Css Color HEX #AFCDD8 French Pass

📋 copy color: '#AFCDD8'

red 175 ◦ green 205 ◦ blue 216

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

Shades of French Pass #AFCDD8

Tints of French Pass #AFCDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 29.36%
G = 34.4%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFCDD8 (or 0xAFCDD8) is known color: French Pass. HEX triplet: AF, CD and D8. RGB value is (175,205,216). Sum of RGB (Red+Green+Blue) = 175+205+216=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFCDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD8 is #503227. Grayscale: #C5C5C5. Windows color (decimal): -5255720 or 14208431. OLE color: 14208431.

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

Color convert

RGB 175 205 216 -
CMYK 0.19 0.05 0 0.15
HSL 196.1º 0.34% 0.77% -
HSV(B) 196.1º 0.19% 0.85% -
XYZ 51.91 57.73 73.37 -
YUV 197.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 175 205 216 0.19 0.05 0 0.15 196.1 0.34 0.77
Hex AF CD D8 13 5 0 F C4 22 4D
Octal 257 315 330 23 5 0 17 304 42 115
Binary 10101111 11001101 11011000 10011 101 0 1111 11000100 100010 1001101

Color Harmonies of #AFCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDD8

Black with #AFCDD8

Text Example


Text Example

White with #AFCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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