Html Css Color HEX #ABD7C7 Jet Stream

📋 copy color: '#ABD7C7'

red 171 ◦ green 215 ◦ blue 199

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

Shades of Jet Stream #ABD7C7

Tints of Jet Stream #ABD7C7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 29.23%
G = 36.75%
B = 34.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#ABD7C7 (or 0xABD7C7) is known color: Jet Stream. HEX triplet: AB, D7 and C7. RGB value is (171,215,199). Sum of RGB (Red+Green+Blue) = 171+215+199=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7C7 is #542838. Grayscale: #C8C8C8. Windows color (decimal): -5515321 or 13096875. OLE color: 13096875.

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

Color convert

RGB 171 215 199 -
CMYK 0.20 0 0.07 0.16
HSL 158.18º 0.35% 0.76% -
HSV(B) 158.18º 0.2% 0.84% -
XYZ 51.4 61.38 63.17 -
YUV 200.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 171 215 199 0.20 0 0.07 0.16 158.18 0.35 0.76
Hex AB D7 C7 14 0 7 10 9E 23 4C
Octal 253 327 307 24 0 7 20 236 43 114
Binary 10101011 11010111 11000111 10100 0 111 10000 10011110 100011 1001100

Color Harmonies of #ABD7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7C7

Black with #ABD7C7

Text Example


Text Example

White with #ABD7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7C7; }

 p { color: rgb(171,215,199); }

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

background-color css

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

 a { background-color: rgb(171,215,199); }

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

border-color css

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

 span { border-color: rgb(171,215,199); }

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