#AFCDE2

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

Shades of Sail #AFCDE2

Tints of Sail #AFCDE2

Color information

#AFCDE2 (or 0xAFCDE2) is unknown color: approx Sail. HEX triplet: AF, CD and E2. RGB value is (175,205,226). Sum of RGB (Red+Green+Blue) = 175+205+226=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE2 is #50321D. Grayscale: #C6C6C6. Windows color (decimal): -5255710 or 14863791. OLE color: 14863791.

HSL color Cylindrical-coordinate representation of color #AFCDE2: hue angle of 204.71º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCDE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175205226-
CMYK0.230.0900.11
HSL204.71º46.79%78.63%-
HSV(B)204.71º22.57%88.63%-
XYZ53.2458.2780.39-
YUV198.42143.56111.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 226 (88.67% from 255) = 37.29%
R=28.88%
G=33.83%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752052260.230.0900.11204.7146.7978.63
HexAFCDE21790Bcd2f4f
Octal257315342271101331557117
Binary10101111110011011110001010111100101011110011011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE2; }

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

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

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

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

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

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

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

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