#AFDFCA

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

Shades of Cruise #AFDFCA

Tints of Cruise #AFDFCA

Color information

#AFDFCA (or 0xAFDFCA) is unknown color: approx Cruise. HEX triplet: AF, DF and CA. RGB value is (175,223,202). Sum of RGB (Red+Green+Blue) = 175+223+202=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCA is #502035. Grayscale: #CECECE. Windows color (decimal): -5251126 or 13295535. OLE color: 13295535.

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

Color convert

RGB175223202-
CMYK0.2200.090.13
HSL153.75º42.86%78.04%-
HSV(B)153.75º21.52%87.45%-
XYZ54.7366.1565.76-
YUV206.25125.6105.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=29.17%
G=37.17%
B=33.67%

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
Decimal1752232020.2200.090.13153.7542.8678.04
HexAFDFCA1609D9a2b4e
Octal257337312260111523253116
Binary10101111110111111100101010110010011101100110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFCA; }

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

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

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

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

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

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

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

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