#AADCC8

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

Shades of Cruise #AADCC8

Tints of Cruise #AADCC8

Color information

#AADCC8 (or 0xAADCC8) is unknown color: approx Cruise. HEX triplet: AA, DC and C8. RGB value is (170,220,200). Sum of RGB (Red+Green+Blue) = 170+220+200=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC8 is #552337. Grayscale: #CACACA. Windows color (decimal): -5579576 or 13163690. OLE color: 13163690.

HSL color Cylindrical-coordinate representation of color #AADCC8: hue angle of 156º 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 #AADCC8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB170220200-
CMYK0.2300.090.14
HSL156º41.67%76.47%-
HSV(B)156º22.73%86.27%-
XYZ52.663.964.21-
YUV202.77126.44104.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=28.81%
G=37.29%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202000.2300.090.1415641.6776.47
HexAADCC81709E9c2a4c
Octal252334310270111623452114
Binary10101010110111001100100010111010011110100111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCC8; }

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

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

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

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

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

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

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

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