#AFD0E4

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

Shades of Sail #AFD0E4

Tints of Sail #AFD0E4

Color information

#AFD0E4 (or 0xAFD0E4) is unknown color: approx Sail. HEX triplet: AF, D0 and E4. RGB value is (175,208,228). Sum of RGB (Red+Green+Blue) = 175+208+228=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFD0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0E4 is #502F1B. Grayscale: #C8C8C8. Windows color (decimal): -5254940 or 14995631. OLE color: 14995631.

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

Color convert

RGB175208228-
CMYK0.230.0900.11
HSL202.64º49.53%79.02%-
HSV(B)202.64º23.25%89.41%-
XYZ54.2459.8382.09-
YUV200.41143.57109.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=28.64%
G=34.04%
B=37.32%

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
Decimal1752082280.230.0900.11202.6449.5379.02
HexAFD0E41790Bcb324f
Octal257320344271101331362117
Binary10101111110100001110010010111100101011110010111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0E4; }

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

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

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

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

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

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

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

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