Html Css Color HEX #ACDECC Cruise

📋 copy color: '#ACDECC'

red 172 ◦ green 222 ◦ blue 204

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

Shades of Cruise #ACDECC

Tints of Cruise #ACDECC

RGB

 RED value IS 172 (67.58% from 255) = 28.76%

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 28.76%
G = 37.12%
B = 34.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#ACDECC (or 0xACDECC) is known color: Cruise. HEX triplet: AC, DE and CC. RGB value is (172,222,204). Sum of RGB (Red+Green+Blue) = 172+222+204=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECC is #532133. Grayscale: #CDCDCD. Windows color (decimal): -5447988 or 13426348. OLE color: 13426348.

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

Color convert

RGB 172 222 204 -
CMYK 0.23 0 0.08 0.13
HSL 158.4º 0.43% 0.77% -
HSV(B) 158.4º 0.23% 0.87% -
XYZ 54.03 65.37 66.9 -
YUV 205 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 172 222 204 0.23 0 0.08 0.13 158.4 0.43 0.77
Hex AC DE CC 17 0 8 D 9E 2B 4D
Octal 254 336 314 27 0 10 15 236 53 115
Binary 10101100 11011110 11001100 10111 0 1000 1101 10011110 101011 1001101

Color Harmonies of #ACDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDECC

Black with #ACDECC

Text Example


Text Example

White with #ACDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDECC; }

 p { color: rgb(172,222,204); }

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

background-color css

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

 a { background-color: rgb(172,222,204); }

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

border-color css

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

 span { border-color: rgb(172,222,204); }

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