#B3D5C6

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

Shades of Jet Stream #B3D5C6

Tints of Jet Stream #B3D5C6

Color information

#B3D5C6 (or 0xB3D5C6) is unknown color: approx Jet Stream. HEX triplet: B3, D5 and C6. RGB value is (179,213,198). Sum of RGB (Red+Green+Blue) = 179+213+198=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5C6 is #4C2A39. Grayscale: #C9C9C9. Windows color (decimal): -4991546 or 13030835. OLE color: 13030835.

HSL color Cylindrical-coordinate representation of color #B3D5C6: hue angle of 153.53º degrees, saturation: 0.29, 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 #B3D5C6 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB179213198-
CMYK0.1600.070.16
HSL153.53º28.81%76.86%-
HSV(B)153.53º15.96%83.53%-
XYZ52.5861.2562.48-
YUV201.12126.24112.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=30.34%
G=36.10%
B=33.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792131980.1600.070.16153.5328.8176.86
HexB3D5C61007109a1d4d
Octal26332530620072023235115
Binary1011001111010101110001101000001111000010011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5C6; }

 p { color: rgb(179,213,198); }

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

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

 a { background-color: rgb(179,213,198); }

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

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

 span { border-color: rgb(179,213,198); }

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