#AFCDDC

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

Shades of French Pass #AFCDDC

Tints of French Pass #AFCDDC

Color information

#AFCDDC (or 0xAFCDDC) is unknown color: approx French Pass. HEX triplet: AF, CD and DC. RGB value is (175,205,220). Sum of RGB (Red+Green+Blue) = 175+205+220=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDC is #503223. Grayscale: #C5C5C5. Windows color (decimal): -5255716 or 14470575. OLE color: 14470575.

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

Color convert

RGB175205220-
CMYK0.200.0700.14
HSL200º39.13%77.45%-
HSV(B)200º20.45%86.27%-
XYZ52.4357.9476.13-
YUV197.74140.56111.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=29.17%
G=34.17%
B=36.67%

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
Decimal1752052200.200.0700.1420039.1377.45
HexAFCDDC1470Ec8274d
Octal25731533424701631047115
Binary1010111111001101110111001010011101110110010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDDC; }

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

 H1.HeaderClassName
 {
   color: #AFCDDC;
 }
 .AnyTagClassName
 {
   color: #AFCDDC;
 }
</style>
background-color css

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

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

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

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

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

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