#AFCDE1

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

Shades of Sail #AFCDE1

Tints of Sail #AFCDE1

Color information

#AFCDE1 (or 0xAFCDE1) is unknown color: approx Sail. HEX triplet: AF, CD and E1. RGB value is (175,205,225). Sum of RGB (Red+Green+Blue) = 175+205+225=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE1 is #50321E. Grayscale: #C6C6C6. Windows color (decimal): -5255711 or 14798255. OLE color: 14798255.

HSL color Cylindrical-coordinate representation of color #AFCDE1: hue angle of 204º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCDE1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175205225-
CMYK0.220.0900.12
HSL204º45.45%78.43%-
HSV(B)204º22.22%88.24%-
XYZ53.158.2179.67-
YUV198.31143.06111.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=28.93%
G=33.88%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752052250.220.0900.1220445.4578.43
HexAFCDE11690Ccc2d4e
Octal257315341261101431455116
Binary10101111110011011110000110110100101100110011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE1; }

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

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

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

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

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

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

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

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