Html Css Color HEX #ABD7C3 Jet Stream

📋 copy color: '#ABD7C3'

red 171 ◦ green 215 ◦ blue 195

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

Shades of Jet Stream #ABD7C3

Tints of Jet Stream #ABD7C3

RGB

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

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

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

R = 29.43%
G = 37.01%
B = 33.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#ABD7C3 (or 0xABD7C3) is known color: Jet Stream. HEX triplet: AB, D7 and C3. RGB value is (171,215,195). Sum of RGB (Red+Green+Blue) = 171+215+195=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7C3 is #54283C. Grayscale: #C7C7C7. Windows color (decimal): -5515325 or 12834731. OLE color: 12834731.

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

Color convert

RGB 171 215 195 -
CMYK 0.20 0 0.09 0.16
HSL 152.73º 0.35% 0.76% -
HSV(B) 152.73º 0.2% 0.84% -
XYZ 50.95 61.2 60.76 -
YUV 199.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 171 215 195 0.20 0 0.09 0.16 152.73 0.35 0.76
Hex AB D7 C3 14 0 9 10 99 23 4C
Octal 253 327 303 24 0 11 20 231 43 114
Binary 10101011 11010111 11000011 10100 0 1001 10000 10011001 100011 1001100

Color Harmonies of #ABD7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7C3

Black with #ABD7C3

Text Example


Text Example

White with #ABD7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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