Html Css Color HEX #AADDC9 Cruise

📋 copy color: '#AADDC9'

red 170 ◦ green 221 ◦ blue 201

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

Shades of Cruise #AADDC9

Tints of Cruise #AADDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 28.72%
G = 37.33%
B = 33.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AADDC9 (or 0xAADDC9) is known color: Cruise. HEX triplet: AA, DD and C9. RGB value is (170,221,201). Sum of RGB (Red+Green+Blue) = 170+221+201=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC9 is #552236. Grayscale: #CBCBCB. Windows color (decimal): -5579319 or 13229482. OLE color: 13229482.

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

Color convert

RGB 170 221 201 -
CMYK 0.23 0 0.09 0.13
HSL 156.47º 0.43% 0.77% -
HSV(B) 156.47º 0.23% 0.87% -
XYZ 52.98 64.48 64.91 -
YUV 203.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 170 221 201 0.23 0 0.09 0.13 156.47 0.43 0.77
Hex AA DD C9 17 0 9 D 9C 2B 4D
Octal 252 335 311 27 0 11 15 234 53 115
Binary 10101010 11011101 11001001 10111 0 1001 1101 10011100 101011 1001101

Color Harmonies of #AADDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDC9

Black with #AADDC9

Text Example


Text Example

White with #AADDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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