#AFCCDC

Color #AFCCDC French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AFCCDC

Tints of French Pass #AFCCDC

Color information

#AFCCDC (or 0xAFCCDC) is unknown color: approx 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

RGB175204220-
CMYK0.200.0700.14
HSL201.33º39.13%77.45%-
HSV(B)201.33º20.45%86.27%-
XYZ52.1957.4776.05-
YUV197.15140.89112.2-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752042200.200.0700.14201.3339.1377.45
HexAFCCDC1470Ec9274d
Octal25731433424701631147115
Binary1010111111001100110111001010011101110110010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>