#AFCEE5

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

Shades of Sail #AFCEE5

Tints of Sail #AFCEE5

Color information

#AFCEE5 (or 0xAFCEE5) is unknown color: approx Sail. HEX triplet: AF, CE and E5. RGB value is (175,206,229). Sum of RGB (Red+Green+Blue) = 175+206+229=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEE5 is #50311A. Grayscale: #C7C7C7. Windows color (decimal): -5255451 or 15060655. OLE color: 15060655.

HSL color Cylindrical-coordinate representation of color #AFCEE5: hue angle of 205.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCEE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175206229-
CMYK0.240.1000.10
HSL205.56º50.94%79.22%-
HSV(B)205.56º23.58%89.8%-
XYZ53.8958.9182.66-
YUV199.35144.73110.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=28.69%
G=33.77%
B=37.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752062290.240.1000.10205.5650.9479.22
HexAFCEE518A0Ace334f
Octal257316345301201231663117
Binary10101111110011101110010111000101001010110011101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEE5; }

 p { color: rgb(175,206,229); }

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

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

 a { background-color: rgb(175,206,229); }

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

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

 span { border-color: rgb(175,206,229); }

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