#ACDBC7

Color #ACDBC7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #ACDBC7

Tints of Jet Stream #ACDBC7

Color information

#ACDBC7 (or 0xACDBC7) is unknown color: approx Jet Stream. HEX triplet: AC, DB and C7. RGB value is (172,219,199). Sum of RGB (Red+Green+Blue) = 172+219+199=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC7 is #532438. Grayscale: #CACACA. Windows color (decimal): -5448761 or 13097900. OLE color: 13097900.

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

Color convert

RGB172219199-
CMYK0.2100.090.14
HSL154.47º39.5%76.67%-
HSV(B)154.47º21.46%85.88%-
XYZ52.6563.5663.53-
YUV202.67125.93106.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=29.15%
G=37.12%
B=33.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191990.2100.090.14154.4739.576.67
HexACDBC71509E9a274d
Octal254333307250111623247115
Binary10101100110110111100011110101010011110100110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBC7; }

 p { color: rgb(172,219,199); }

 H1.HeaderClassName
 {
   color: #ACDBC7;
 }
 .AnyTagClassName
 {
   color: #ACDBC7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,219,199); }

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

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

 span { border-color: rgb(172,219,199); }

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