#AFCCE1

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

Shades of Sail #AFCCE1

Tints of Sail #AFCCE1

Color information

#AFCCE1 (or 0xAFCCE1) is unknown color: approx Sail. HEX triplet: AF, CC and E1. RGB value is (175,204,225). Sum of RGB (Red+Green+Blue) = 175+204+225=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCE1 is #50331E. Grayscale: #C5C5C5. Windows color (decimal): -5255967 or 14797999. OLE color: 14797999.

HSL color Cylindrical-coordinate representation of color #AFCCE1: hue angle of 205.2º 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 #AFCCE1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175204225-
CMYK0.220.0900.12
HSL205.2º45.45%78.43%-
HSV(B)205.2º22.22%88.24%-
XYZ52.8657.7479.59-
YUV197.72143.39111.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=28.97%
G=33.77%
B=37.25%

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
Decimal1752042250.220.0900.12205.245.4578.43
HexAFCCE11690Ccd2d4e
Octal257314341261101431555116
Binary10101111110011001110000110110100101100110011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCE1; }

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

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

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

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

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

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

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

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