#AFCDE4

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

Shades of Sail #AFCDE4

Tints of Sail #AFCDE4

Color information

#AFCDE4 (or 0xAFCDE4) is unknown color: approx Sail. HEX triplet: AF, CD and E4. RGB value is (175,205,228). Sum of RGB (Red+Green+Blue) = 175+205+228=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE4 is #50321B. Grayscale: #C6C6C6. Windows color (decimal): -5255708 or 14994863. OLE color: 14994863.

HSL color Cylindrical-coordinate representation of color #AFCDE4: hue angle of 206.04º degrees, saturation: 0.5, 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 #AFCDE4 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175205228-
CMYK0.230.1000.11
HSL206.04º49.53%79.02%-
HSV(B)206.04º23.25%89.41%-
XYZ53.5158.3881.85-
YUV198.65144.56111.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=28.78%
G=33.72%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752052280.230.1000.11206.0449.5379.02
HexAFCDE417A0Bce324f
Octal257315344271201331662117
Binary10101111110011011110010010111101001011110011101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE4; }

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

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

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

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

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

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

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

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