Html Css Color HEX #ABD5C7 Jet Stream

📋 copy color: '#ABD5C7'

red 171 ◦ green 213 ◦ blue 199

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

Shades of Jet Stream #ABD5C7

Tints of Jet Stream #ABD5C7

RGB

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

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

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

R = 29.33%
G = 36.54%
B = 34.13%

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

#ABD5C7 (or 0xABD5C7) is known color: Jet Stream. HEX triplet: AB, D5 and C7. RGB value is (171,213,199). Sum of RGB (Red+Green+Blue) = 171+213+199=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5C7 is #542A38. Grayscale: #C6C6C6. Windows color (decimal): -5515833 or 13096363. OLE color: 13096363.

HSL color Cylindrical-coordinate representation of color #ABD5C7: hue angle of 160º 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 #ABD5C7 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 199 -
CMYK 0.20 0 0.07 0.16
HSL 160º 0.33% 0.75% -
HSV(B) 160º 0.2% 0.84% -
XYZ 50.9 60.37 63 -
YUV 198.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 171 213 199 0.20 0 0.07 0.16 160 0.33 0.75
Hex AB D5 C7 14 0 7 10 A0 21 4B
Octal 253 325 307 24 0 7 20 240 41 113
Binary 10101011 11010101 11000111 10100 0 111 10000 10100000 100001 1001011

Color Harmonies of #ABD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5C7

Black with #ABD5C7

Text Example


Text Example

White with #ABD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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