Html Css Color HEX #ACDBC7 Jet Stream

📋 copy color: '#ACDBC7'

red 172 ◦ green 219 ◦ blue 199

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

Shades of Jet Stream #ACDBC7

Tints of Jet Stream #ACDBC7

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.13% from 255) = 33.73%

R = 29.15%
G = 37.12%
B = 33.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC7 (or 0xACDBC7) is known color: 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

RGB 172 219 199 -
CMYK 0.21 0 0.09 0.14
HSL 154.47º 0.39% 0.77% -
HSV(B) 154.47º 0.21% 0.86% -
XYZ 52.65 63.56 63.53 -
YUV 202.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 172 219 199 0.21 0 0.09 0.14 154.47 0.39 0.77
Hex AC DB C7 15 0 9 E 9A 27 4D
Octal 254 333 307 25 0 11 16 232 47 115
Binary 10101100 11011011 11000111 10101 0 1001 1110 10011010 100111 1001101

Color Harmonies of #ACDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC7

Black with #ACDBC7

Text Example


Text Example

White with #ACDBC7

Text Example


Text Example

HTML Codes & Css Web 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>