#ADE0CC

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

Shades of Cruise #ADE0CC

Tints of Cruise #ADE0CC

Color information

#ADE0CC (or 0xADE0CC) is unknown color: approx Cruise. HEX triplet: AD, E0 and CC. RGB value is (173,224,204). Sum of RGB (Red+Green+Blue) = 173+224+204=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0CC is #521F33. Grayscale: #CECECE. Windows color (decimal): -5381940 or 13426861. OLE color: 13426861.

HSL color Cylindrical-coordinate representation of color #ADE0CC: hue angle of 156.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0CC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB173224204-
CMYK0.2300.090.12
HSL156.47º45.13%77.84%-
HSV(B)156.47º22.77%87.84%-
XYZ54.7966.5667.09-
YUV206.47126.6104.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=28.79%
G=37.27%
B=33.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242040.2300.090.12156.4745.1377.84
HexADE0CC1709C9c2d4e
Octal255340314270111423455116
Binary10101101111000001100110010111010011100100111001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0CC; }

 p { color: rgb(173,224,204); }

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

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

 a { background-color: rgb(173,224,204); }

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

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

 span { border-color: rgb(173,224,204); }

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