Html Css Color HEX #ABDBC3 Jet Stream

📋 copy color: '#ABDBC3'

red 171 ◦ green 219 ◦ blue 195

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

Shades of Jet Stream #ABDBC3

Tints of Jet Stream #ABDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 29.23%
G = 37.44%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ABDBC3 (or 0xABDBC3) is known color: Jet Stream. HEX triplet: AB, DB and C3. RGB value is (171,219,195). Sum of RGB (Red+Green+Blue) = 171+219+195=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBC3 is #54243C. Grayscale: #C9C9C9. Windows color (decimal): -5514301 or 12835755. OLE color: 12835755.

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

Color convert

RGB 171 219 195 -
CMYK 0.22 0 0.11 0.14
HSL 150º 0.4% 0.76% -
HSV(B) 150º 0.22% 0.86% -
XYZ 51.98 63.26 61.1 -
YUV 201.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 171 219 195 0.22 0 0.11 0.14 150 0.4 0.76
Hex AB DB C3 16 0 B E 96 28 4C
Octal 253 333 303 26 0 13 16 226 50 114
Binary 10101011 11011011 11000011 10110 0 1011 1110 10010110 101000 1001100

Color Harmonies of #ABDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBC3

Black with #ABDBC3

Text Example


Text Example

White with #ABDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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