#AFCEDD

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

Shades of French Pass #AFCEDD

Tints of French Pass #AFCEDD

Color information

#AFCEDD (or 0xAFCEDD) is unknown color: approx French Pass. HEX triplet: AF, CE and DD. RGB value is (175,206,221). Sum of RGB (Red+Green+Blue) = 175+206+221=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEDD is #503122. Grayscale: #C6C6C6. Windows color (decimal): -5255459 or 14536367. OLE color: 14536367.

HSL color Cylindrical-coordinate representation of color #AFCEDD: hue angle of 199.57º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCEDD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175206221-
CMYK0.210.0700.13
HSL199.57º40.35%77.65%-
HSV(B)199.57º20.81%86.67%-
XYZ52.858.4876.91-
YUV198.44140.73111.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=29.07%
G=34.22%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752062210.210.0700.13199.5740.3577.65
HexAFCEDD1570Dc8284e
Octal25731633525701531050116
Binary1010111111001110110111011010111101101110010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEDD; }

 p { color: rgb(175,206,221); }

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

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

 a { background-color: rgb(175,206,221); }

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

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

 span { border-color: rgb(175,206,221); }

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