Html Css Color HEX #ABD2C4 Jet Stream

📋 copy color: '#ABD2C4'

red 171 ◦ green 210 ◦ blue 196

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

Shades of Jet Stream #ABD2C4

Tints of Jet Stream #ABD2C4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.4%

 BLUE value IS 196 (76.95% from 255) = 33.97%

R = 29.64%
G = 36.4%
B = 33.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#ABD2C4 (or 0xABD2C4) is known color: Jet Stream. HEX triplet: AB, D2 and C4. RGB value is (171,210,196). Sum of RGB (Red+Green+Blue) = 171+210+196=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2C4 is #542D3B. Grayscale: #C4C4C4. Windows color (decimal): -5516604 or 12898987. OLE color: 12898987.

HSL color Cylindrical-coordinate representation of color #ABD2C4: hue angle of 158.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2C4 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 196 -
CMYK 0.19 0 0.07 0.18
HSL 158.46º 0.3% 0.75% -
HSV(B) 158.46º 0.19% 0.82% -
XYZ 49.8 58.74 60.94 -
YUV 196.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 171 210 196 0.19 0 0.07 0.18 158.46 0.3 0.75
Hex AB D2 C4 13 0 7 12 9E 1E 4B
Octal 253 322 304 23 0 7 22 236 36 113
Binary 10101011 11010010 11000100 10011 0 111 10010 10011110 11110 1001011

Color Harmonies of #ABD2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2C4

Black with #ABD2C4

Text Example


Text Example

White with #ABD2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2C4; }

 p { color: rgb(171,210,196); }

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

background-color css

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

 a { background-color: rgb(171,210,196); }

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

border-color css

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

 span { border-color: rgb(171,210,196); }

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