Html Css Color HEX #B3D8C5 Jet Stream

📋 copy color: '#B3D8C5'

red 179 ◦ green 216 ◦ blue 197

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

Shades of Jet Stream #B3D8C5

Tints of Jet Stream #B3D8C5

RGB

 RED value IS 179 (70.31% from 255) = 30.24%

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 30.24%
G = 36.49%
B = 33.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B3D8C5 (or 0xB3D8C5) is known color: Jet Stream. HEX triplet: B3, D8 and C5. RGB value is (179,216,197). Sum of RGB (Red+Green+Blue) = 179+216+197=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8C5 is #4C273A. Grayscale: #CACACA. Windows color (decimal): -4990779 or 12966067. OLE color: 12966067.

HSL color Cylindrical-coordinate representation of color #B3D8C5: hue angle of 149.19º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8C5 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 216 197 -
CMYK 0.17 0 0.09 0.15
HSL 149.19º 0.32% 0.77% -
HSV(B) 149.19º 0.17% 0.85% -
XYZ 53.22 62.73 62.13 -
YUV 202.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 179 216 197 0.17 0 0.09 0.15 149.19 0.32 0.77
Hex B3 D8 C5 11 0 9 F 95 20 4D
Octal 263 330 305 21 0 11 17 225 40 115
Binary 10110011 11011000 11000101 10001 0 1001 1111 10010101 100000 1001101

Color Harmonies of #B3D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D8C5

Black with #B3D8C5

Text Example


Text Example

White with #B3D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D8C5; }

 p { color: rgb(179,216,197); }

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

background-color css

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

 a { background-color: rgb(179,216,197); }

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

border-color css

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

 span { border-color: rgb(179,216,197); }

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