#ADDFCA

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

Shades of Cruise #ADDFCA

Tints of Cruise #ADDFCA

Color information

#ADDFCA (or 0xADDFCA) is unknown color: approx Cruise. HEX triplet: AD, DF and CA. RGB value is (173,223,202). Sum of RGB (Red+Green+Blue) = 173+223+202=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFCA is #522035. Grayscale: #CDCDCD. Windows color (decimal): -5382198 or 13295533. OLE color: 13295533.

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

Color convert

RGB173223202-
CMYK0.2200.090.13
HSL154.8º43.86%77.65%-
HSV(B)154.8º22.42%87.45%-
XYZ54.2865.9265.74-
YUV205.66125.94104.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=28.93%
G=37.29%
B=33.78%

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
Decimal1732232020.2200.090.13154.843.8677.65
HexADDFCA1609D9b2c4e
Octal255337312260111523354116
Binary10101101110111111100101010110010011101100110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFCA; }

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

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

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

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

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

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

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

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