Html Css Color HEX #ABD5C5 Jet Stream

📋 copy color: '#ABD5C5'

red 171 ◦ green 213 ◦ blue 197

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

Shades of Jet Stream #ABD5C5

Tints of Jet Stream #ABD5C5

RGB

 RED value IS 171 (67.19% from 255) = 29.43%

 GREEN value IS 213 (83.59% from 255) = 36.66%

 BLUE value IS 197 (77.34% from 255) = 33.91%

R = 29.43%
G = 36.66%
B = 33.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#ABD5C5 (or 0xABD5C5) is known color: Jet Stream. HEX triplet: AB, D5 and C5. RGB value is (171,213,197). Sum of RGB (Red+Green+Blue) = 171+213+197=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5C5 is #542A3A. Grayscale: #C6C6C6. Windows color (decimal): -5515835 or 12965291. OLE color: 12965291.

HSL color Cylindrical-coordinate representation of color #ABD5C5: hue angle of 157.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5C5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 197 -
CMYK 0.20 0 0.08 0.16
HSL 157.14º 0.33% 0.75% -
HSV(B) 157.14º 0.2% 0.84% -
XYZ 50.67 60.28 61.79 -
YUV 198.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 171 213 197 0.20 0 0.08 0.16 157.14 0.33 0.75
Hex AB D5 C5 14 0 8 10 9D 21 4B
Octal 253 325 305 24 0 10 20 235 41 113
Binary 10101011 11010101 11000101 10100 0 1000 10000 10011101 100001 1001011

Color Harmonies of #ABD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5C5

Black with #ABD5C5

Text Example


Text Example

White with #ABD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5C5; }

 p { color: rgb(171,213,197); }

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

background-color css

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

 a { background-color: rgb(171,213,197); }

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

border-color css

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

 span { border-color: rgb(171,213,197); }

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