Html Css Color HEX #ACDECD Cruise

📋 copy color: '#ACDECD'

red 172 ◦ green 222 ◦ blue 205

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

Shades of Cruise #ACDECD

Tints of Cruise #ACDECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 28.71%
G = 37.06%
B = 34.22%

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

#ACDECD (or 0xACDECD) is known color: Cruise. HEX triplet: AC, DE and CD. RGB value is (172,222,205). Sum of RGB (Red+Green+Blue) = 172+222+205=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECD is #532132. Grayscale: #CDCDCD. Windows color (decimal): -5447987 or 13491884. OLE color: 13491884.

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

Color convert

RGB 172 222 205 -
CMYK 0.23 0 0.08 0.13
HSL 159.6º 0.43% 0.77% -
HSV(B) 159.6º 0.23% 0.87% -
XYZ 54.15 65.42 67.53 -
YUV 205.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 172 222 205 0.23 0 0.08 0.13 159.6 0.43 0.77
Hex AC DE CD 17 0 8 D A0 2B 4D
Octal 254 336 315 27 0 10 15 240 53 115
Binary 10101100 11011110 11001101 10111 0 1000 1101 10100000 101011 1001101

Color Harmonies of #ACDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDECD

Black with #ACDECD

Text Example


Text Example

White with #ACDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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