Html Css Color HEX #ACDCCB Cruise

📋 copy color: '#ACDCCB'

red 172 ◦ green 220 ◦ blue 203

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

Shades of Cruise #ACDCCB

Tints of Cruise #ACDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 28.91%
G = 36.97%
B = 34.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#ACDCCB (or 0xACDCCB) is known color: Cruise. HEX triplet: AC, DC and CB. RGB value is (172,220,203). Sum of RGB (Red+Green+Blue) = 172+220+203=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCB is #532334. Grayscale: #CBCBCB. Windows color (decimal): -5448501 or 13360300. OLE color: 13360300.

HSL color Cylindrical-coordinate representation of color #ACDCCB: hue angle of 158.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCCB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 203 -
CMYK 0.22 0 0.08 0.14
HSL 158.75º 0.41% 0.77% -
HSV(B) 158.75º 0.22% 0.86% -
XYZ 53.39 64.27 66.09 -
YUV 203.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 172 220 203 0.22 0 0.08 0.14 158.75 0.41 0.77
Hex AC DC CB 16 0 8 E 9F 29 4D
Octal 254 334 313 26 0 10 16 237 51 115
Binary 10101100 11011100 11001011 10110 0 1000 1110 10011111 101001 1001101

Color Harmonies of #ACDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCCB

Black with #ACDCCB

Text Example


Text Example

White with #ACDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCCB; }

 p { color: rgb(172,220,203); }

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

background-color css

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

 a { background-color: rgb(172,220,203); }

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

border-color css

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

 span { border-color: rgb(172,220,203); }

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