Html Css Color HEX #ACD8C6 Jet Stream

📋 copy color: '#ACD8C6'

red 172 ◦ green 216 ◦ blue 198

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

Shades of Jet Stream #ACD8C6

Tints of Jet Stream #ACD8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

 BLUE value IS 198 (77.73% from 255) = 33.79%

R = 29.35%
G = 36.86%
B = 33.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#ACD8C6 (or 0xACD8C6) is known color: Jet Stream. HEX triplet: AC, D8 and C6. RGB value is (172,216,198). Sum of RGB (Red+Green+Blue) = 172+216+198=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C6 is #532739. Grayscale: #C8C8C8. Windows color (decimal): -5449530 or 13031596. OLE color: 13031596.

HSL color Cylindrical-coordinate representation of color #ACD8C6: hue angle of 155.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C6 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 198 -
CMYK 0.20 0 0.08 0.15
HSL 155.45º 0.36% 0.76% -
HSV(B) 155.45º 0.2% 0.85% -
XYZ 51.76 61.96 62.66 -
YUV 200.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 172 216 198 0.20 0 0.08 0.15 155.45 0.36 0.76
Hex AC D8 C6 14 0 8 F 9B 24 4C
Octal 254 330 306 24 0 10 17 233 44 114
Binary 10101100 11011000 11000110 10100 0 1000 1111 10011011 100100 1001100

Color Harmonies of #ACD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8C6

Black with #ACD8C6

Text Example


Text Example

White with #ACD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8C6; }

 p { color: rgb(172,216,198); }

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

background-color css

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

 a { background-color: rgb(172,216,198); }

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

border-color css

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

 span { border-color: rgb(172,216,198); }

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