#AFDFCE

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

Shades of Cruise #AFDFCE

Tints of Cruise #AFDFCE

Color information

#AFDFCE (or 0xAFDFCE) is unknown color: approx Cruise. HEX triplet: AF, DF and CE. RGB value is (175,223,206). Sum of RGB (Red+Green+Blue) = 175+223+206=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCE is #502031. Grayscale: #CECECE. Windows color (decimal): -5251122 or 13557679. OLE color: 13557679.

HSL color Cylindrical-coordinate representation of color #AFDFCE: hue angle of 158.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFCE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB175223206-
CMYK0.2200.080.13
HSL158.75º42.86%78.04%-
HSV(B)158.75º21.52%87.45%-
XYZ55.2166.3568.29-
YUV206.71127.6105.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=28.97%
G=36.92%
B=34.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752232060.2200.080.13158.7542.8678.04
HexAFDFCE1608D9f2b4e
Octal257337316260101523753116
Binary10101111110111111100111010110010001101100111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFCE; }

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

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

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

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

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

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

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

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