Html Css Color HEX #AADDC8 Cruise

📋 copy color: '#AADDC8'

red 170 ◦ green 221 ◦ blue 200

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

Shades of Cruise #AADDC8

Tints of Cruise #AADDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 28.76%
G = 37.39%
B = 33.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#AADDC8 (or 0xAADDC8) is known color: Cruise. HEX triplet: AA, DD and C8. RGB value is (170,221,200). Sum of RGB (Red+Green+Blue) = 170+221+200=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC8 is #552237. Grayscale: #CBCBCB. Windows color (decimal): -5579320 or 13163946. OLE color: 13163946.

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

Color convert

RGB 170 221 200 -
CMYK 0.23 0 0.10 0.13
HSL 155.29º 0.43% 0.77% -
HSV(B) 155.29º 0.23% 0.87% -
XYZ 52.86 64.43 64.29 -
YUV 203.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 170 221 200 0.23 0 0.10 0.13 155.29 0.43 0.77
Hex AA DD C8 17 0 A D 9B 2B 4D
Octal 252 335 310 27 0 12 15 233 53 115
Binary 10101010 11011101 11001000 10111 0 1010 1101 10011011 101011 1001101

Color Harmonies of #AADDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDC8

Black with #AADDC8

Text Example


Text Example

White with #AADDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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