Html Css Color HEX #ABD5C4 Jet Stream

📋 copy color: '#ABD5C4'

red 171 ◦ green 213 ◦ blue 196

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

Shades of Jet Stream #ABD5C4

Tints of Jet Stream #ABD5C4

RGB

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

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

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

R = 29.48%
G = 36.72%
B = 33.79%

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

#ABD5C4 (or 0xABD5C4) is known color: Jet Stream. HEX triplet: AB, D5 and C4. RGB value is (171,213,196). Sum of RGB (Red+Green+Blue) = 171+213+196=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5C4 is #542A3B. Grayscale: #C6C6C6. Windows color (decimal): -5515836 or 12899755. OLE color: 12899755.

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

Color convert

RGB 171 213 196 -
CMYK 0.20 0 0.08 0.16
HSL 155.71º 0.33% 0.75% -
HSV(B) 155.71º 0.2% 0.84% -
XYZ 50.55 60.23 61.19 -
YUV 198.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 171 213 196 0.20 0 0.08 0.16 155.71 0.33 0.75
Hex AB D5 C4 14 0 8 10 9C 21 4B
Octal 253 325 304 24 0 10 20 234 41 113
Binary 10101011 11010101 11000100 10100 0 1000 10000 10011100 100001 1001011

Color Harmonies of #ABD5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5C4

Black with #ABD5C4

Text Example


Text Example

White with #ABD5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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