#AFD3EA

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

Shades of Sail #AFD3EA

Tints of Sail #AFD3EA

Color information

#AFD3EA (or 0xAFD3EA) is unknown color: approx Sail. HEX triplet: AF, D3 and EA. RGB value is (175,211,234). Sum of RGB (Red+Green+Blue) = 175+211+234=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3EA is #502C15. Grayscale: #CACACA. Windows color (decimal): -5254166 or 15389615. OLE color: 15389615.

HSL color Cylindrical-coordinate representation of color #AFD3EA: hue angle of 203.39º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD3EA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175211234-
CMYK0.250.1000.08
HSL203.39º58.42%80.2%-
HSV(B)203.39º25.21%91.76%-
XYZ55.8261.6486.8-
YUV202.86145.57108.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=28.23%
G=34.03%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752112340.250.1000.08203.3958.4280.2
HexAFD3EA19A08cb3a50
Octal257323352311201031372120
Binary10101111110100111110101011001101001000110010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3EA; }

 p { color: rgb(175,211,234); }

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

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

 a { background-color: rgb(175,211,234); }

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

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

 span { border-color: rgb(175,211,234); }

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