#ADDECA

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

Shades of Cruise #ADDECA

Tints of Cruise #ADDECA

Color information

#ADDECA (or 0xADDECA) is unknown color: approx Cruise. HEX triplet: AD, DE and CA. RGB value is (173,222,202). Sum of RGB (Red+Green+Blue) = 173+222+202=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECA is #522135. Grayscale: #CDCDCD. Windows color (decimal): -5382454 or 13295277. OLE color: 13295277.

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

Color convert

RGB173222202-
CMYK0.2200.090.13
HSL155.51º42.61%77.45%-
HSV(B)155.51º22.07%87.06%-
XYZ54.0265.3965.65-
YUV205.07126.27105.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=28.98%
G=37.19%
B=33.84%

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
Decimal1732222020.2200.090.13155.5142.6177.45
HexADDECA1609D9c2b4d
Octal255336312260111523453115
Binary10101101110111101100101010110010011101100111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDECA; }

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

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

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

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

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

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

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

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