Html Css Color HEX #AADCC9 Cruise

📋 copy color: '#AADCC9'

red 170 ◦ green 220 ◦ blue 201

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

Shades of Cruise #AADCC9

Tints of Cruise #AADCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 28.76%
G = 37.23%
B = 34.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#AADCC9 (or 0xAADCC9) is known color: Cruise. HEX triplet: AA, DC and C9. RGB value is (170,220,201). Sum of RGB (Red+Green+Blue) = 170+220+201=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC9 is #552336. Grayscale: #CACACA. Windows color (decimal): -5579575 or 13229226. OLE color: 13229226.

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

Color convert

RGB 170 220 201 -
CMYK 0.23 0 0.09 0.14
HSL 157.2º 0.42% 0.76% -
HSV(B) 157.2º 0.23% 0.86% -
XYZ 52.71 63.95 64.82 -
YUV 202.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 170 220 201 0.23 0 0.09 0.14 157.2 0.42 0.76
Hex AA DC C9 17 0 9 E 9D 2A 4C
Octal 252 334 311 27 0 11 16 235 52 114
Binary 10101010 11011100 11001001 10111 0 1001 1110 10011101 101010 1001100

Color Harmonies of #AADCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC9

Black with #AADCC9

Text Example


Text Example

White with #AADCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCC9; }

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

 H1.HeaderClassName
 {
   color: #AADCC9;
 }
 .AnyTagClassName
 {
   color: #AADCC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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