Html Css Color HEX #ABDCC6 Jet Stream

📋 copy color: '#ABDCC6'

red 171 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #ABDCC6

Tints of Jet Stream #ABDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 198 (77.73% from 255) = 33.62%

R = 29.03%
G = 37.35%
B = 33.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#ABDCC6 (or 0xABDCC6) is known color: Jet Stream. HEX triplet: AB, DC and C6. RGB value is (171,220,198). Sum of RGB (Red+Green+Blue) = 171+220+198=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC6 is #542339. Grayscale: #CACACA. Windows color (decimal): -5514042 or 13032619. OLE color: 13032619.

HSL color Cylindrical-coordinate representation of color #ABDCC6: hue angle of 153.06º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC6 is Cyan = 0.22, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 198 -
CMYK 0.22 0 0.1 0.14
HSL 153.06º 0.41% 0.77% -
HSV(B) 153.06º 0.22% 0.86% -
XYZ 52.58 63.92 62.99 -
YUV 202.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 171 220 198 0.22 0 0.1 0.14 153.06 0.41 0.77
Hex AB DC C6 16 0 A E 99 29 4D
Octal 253 334 306 26 0 12 16 231 51 115
Binary 10101011 11011100 11000110 10110 0 1010 1110 10011001 101001 1001101

Color Harmonies of #ABDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCC6

Black with #ABDCC6

Text Example


Text Example

White with #ABDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCC6; }

 p { color: rgb(171,220,198); }

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

background-color css

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

 a { background-color: rgb(171,220,198); }

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

border-color css

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

 span { border-color: rgb(171,220,198); }

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