#ACDBC8

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

Shades of Jet Stream #ACDBC8

Tints of Jet Stream #ACDBC8

Color information

#ACDBC8 (or 0xACDBC8) is unknown color: approx Jet Stream. HEX triplet: AC, DB and C8. RGB value is (172,219,200). Sum of RGB (Red+Green+Blue) = 172+219+200=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC8 is #532437. Grayscale: #CACACA. Windows color (decimal): -5448760 or 13163436. OLE color: 13163436.

HSL color Cylindrical-coordinate representation of color #ACDBC8: hue angle of 155.74º 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 #ACDBC8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB172219200-
CMYK0.2100.090.14
HSL155.74º39.5%76.67%-
HSV(B)155.74º21.46%85.88%-
XYZ52.7763.664.14-
YUV202.78126.43106.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=29.10%
G=37.06%
B=33.84%

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
Decimal1722192000.2100.090.14155.7439.576.67
HexACDBC81509E9c274d
Octal254333310250111623447115
Binary10101100110110111100100010101010011110100111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBC8; }

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

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

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

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

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

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

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

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