#AFDFCC

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

Shades of Cruise #AFDFCC

Tints of Cruise #AFDFCC

Color information

#AFDFCC (or 0xAFDFCC) is unknown color: approx Cruise. HEX triplet: AF, DF and CC. RGB value is (175,223,204). Sum of RGB (Red+Green+Blue) = 175+223+204=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCC is #502033. Grayscale: #CECECE. Windows color (decimal): -5251124 or 13426607. OLE color: 13426607.

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

Color convert

RGB175223204-
CMYK0.2200.090.13
HSL156.25º42.86%78.04%-
HSV(B)156.25º21.52%87.45%-
XYZ54.9766.2567.02-
YUV206.48126.6105.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=29.07%
G=37.04%
B=33.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752232040.2200.090.13156.2542.8678.04
HexAFDFCC1609D9c2b4e
Octal257337314260111523453116
Binary10101111110111111100110010110010011101100111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFCC; }

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

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

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

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

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

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

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

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