Html Css Color HEX #AADCC7 Cruise

📋 copy color: '#AADCC7'

red 170 ◦ green 220 ◦ blue 199

#AADCC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #AADCC7

Tints of Cruise #AADCC7

RGB

 RED value IS 170 (66.8% from 255) = 28.86%

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 199 (78.13% from 255) = 33.79%

R = 28.86%
G = 37.35%
B = 33.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#AADCC7 (or 0xAADCC7) is known color: 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

RGB 170 220 199 -
CMYK 0.23 0 0.10 0.14
HSL 154.8º 0.42% 0.76% -
HSV(B) 154.8º 0.23% 0.86% -
XYZ 52.48 63.86 63.59 -
YUV 202.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 170 220 199 0.23 0 0.10 0.14 154.8 0.42 0.76
Hex AA DC C7 17 0 A E 9B 2A 4C
Octal 252 334 307 27 0 12 16 233 52 114
Binary 10101010 11011100 11000111 10111 0 1010 1110 10011011 101010 1001100

Color Harmonies of #AADCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC7

Black with #AADCC7

Text Example


Text Example

White with #AADCC7

Text Example


Text Example

HTML Codes & Css Web 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>