#AADCC7

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

Shades of Cruise #AADCC7

Tints of Cruise #AADCC7

Color information

#AADCC7 (or 0xAADCC7) is unknown color: approx Cruise. HEX triplet: AA, DC and C7. RGB value is (170,220,199). Sum of RGB (Red+Green+Blue) = 170+220+199=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC7 is #552338. Grayscale: #CACACA. Windows color (decimal): -5579577 or 13098154. OLE color: 13098154.

HSL color Cylindrical-coordinate representation of color #AADCC7: hue angle of 154.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB170220199-
CMYK0.2300.100.14
HSL154.8º41.67%76.47%-
HSV(B)154.8º22.73%86.27%-
XYZ52.4863.8663.59-
YUV202.66125.94104.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=28.86%
G=37.35%
B=33.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201990.2300.100.14154.841.6776.47
HexAADCC7170AE9b2a4c
Octal252334307270121623352114
Binary10101010110111001100011110111010101110100110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCC7; }

 p { color: rgb(170,220,199); }

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

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

 a { background-color: rgb(170,220,199); }

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

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

 span { border-color: rgb(170,220,199); }

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