#B3D6C9

Color #B3D6C9 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B3D6C9

Tints of Jet Stream #B3D6C9

Color information

#B3D6C9 (or 0xB3D6C9) is unknown color: approx Jet Stream. HEX triplet: B3, D6 and C9. RGB value is (179,214,201). Sum of RGB (Red+Green+Blue) = 179+214+201=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6C9 is #4C2936. Grayscale: #CACACA. Windows color (decimal): -4991287 or 13227699. OLE color: 13227699.

HSL color Cylindrical-coordinate representation of color #B3D6C9: hue angle of 157.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D6C9 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB179214201-
CMYK0.1600.060.16
HSL157.71º29.91%77.06%-
HSV(B)157.71º16.36%83.92%-
XYZ53.1861.8964.4-
YUV202.05127.4111.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.13%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=30.13%
G=36.03%
B=33.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792142010.1600.060.16157.7129.9177.06
HexB3D6C91006109e1e4d
Octal26332631120062023636115
Binary1011001111010110110010011000001101000010011110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D6C9; }

 p { color: rgb(179,214,201); }

 H1.HeaderClassName
 {
   color: #B3D6C9;
 }
 .AnyTagClassName
 {
   color: #B3D6C9;
 }
</style>
background-color css

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

 a { background-color: rgb(179,214,201); }

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

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

 span { border-color: rgb(179,214,201); }

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