Html Css Color HEX #AFCCDC French Pass

📋 copy color: '#AFCCDC'

red 175 ◦ green 204 ◦ blue 220

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

Shades of French Pass #AFCCDC

Tints of French Pass #AFCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

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

R = 29.22%
G = 34.06%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCCDC (or 0xAFCCDC) is known color: French Pass. HEX triplet: AF, CC and DC. RGB value is (175,204,220). Sum of RGB (Red+Green+Blue) = 175+204+220=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCDC is #503323. Grayscale: #C5C5C5. Windows color (decimal): -5255972 or 14470319. OLE color: 14470319.

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

Color convert

RGB 175 204 220 -
CMYK 0.20 0.07 0 0.14
HSL 201.33º 0.39% 0.77% -
HSV(B) 201.33º 0.2% 0.86% -
XYZ 52.19 57.47 76.05 -
YUV 197.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 175 204 220 0.20 0.07 0 0.14 201.33 0.39 0.77
Hex AF CC DC 14 7 0 E C9 27 4D
Octal 257 314 334 24 7 0 16 311 47 115
Binary 10101111 11001100 11011100 10100 111 0 1110 11001001 100111 1001101

Color Harmonies of #AFCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCDC

Black with #AFCCDC

Text Example


Text Example

White with #AFCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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