Html Css Color HEX #ACDFCB Cruise

📋 copy color: '#ACDFCB'

red 172 ◦ green 223 ◦ blue 203

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

Shades of Cruise #ACDFCB

Tints of Cruise #ACDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

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

R = 28.76%
G = 37.29%
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

#ACDFCB (or 0xACDFCB) is known color: Cruise. HEX triplet: AC, DF and CB. RGB value is (172,223,203). Sum of RGB (Red+Green+Blue) = 172+223+203=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCB is #532034. Grayscale: #CDCDCD. Windows color (decimal): -5447733 or 13361068. OLE color: 13361068.

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

Color convert

RGB 172 223 203 -
CMYK 0.23 0 0.09 0.13
HSL 156.47º 0.44% 0.77% -
HSV(B) 156.47º 0.23% 0.87% -
XYZ 54.18 65.86 66.36 -
YUV 205.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 172 223 203 0.23 0 0.09 0.13 156.47 0.44 0.77
Hex AC DF CB 17 0 9 D 9C 2C 4D
Octal 254 337 313 27 0 11 15 234 54 115
Binary 10101100 11011111 11001011 10111 0 1001 1101 10011100 101100 1001101

Color Harmonies of #ACDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFCB

Black with #ACDFCB

Text Example


Text Example

White with #ACDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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