Html Css Color HEX #ACDBC3 Jet Stream

📋 copy color: '#ACDBC3'

red 172 ◦ green 219 ◦ blue 195

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

Shades of Jet Stream #ACDBC3

Tints of Jet Stream #ACDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 29.35%
G = 37.37%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC3 (or 0xACDBC3) is known color: Jet Stream. HEX triplet: AC, DB and C3. RGB value is (172,219,195). Sum of RGB (Red+Green+Blue) = 172+219+195=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC3 is #53243C. Grayscale: #CACACA. Windows color (decimal): -5448765 or 12835756. OLE color: 12835756.

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

Color convert

RGB 172 219 195 -
CMYK 0.21 0 0.11 0.14
HSL 149.36º 0.39% 0.77% -
HSV(B) 149.36º 0.21% 0.86% -
XYZ 52.2 63.37 61.11 -
YUV 202.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 172 219 195 0.21 0 0.11 0.14 149.36 0.39 0.77
Hex AC DB C3 15 0 B E 95 27 4D
Octal 254 333 303 25 0 13 16 225 47 115
Binary 10101100 11011011 11000011 10101 0 1011 1110 10010101 100111 1001101

Color Harmonies of #ACDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC3

Black with #ACDBC3

Text Example


Text Example

White with #ACDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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