Html Css Color HEX #B3D7C9 Jet Stream

📋 copy color: '#B3D7C9'

red 179 ◦ green 215 ◦ blue 201

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

Shades of Jet Stream #B3D7C9

Tints of Jet Stream #B3D7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 201 (78.91% from 255) = 33.78%

R = 30.08%
G = 36.13%
B = 33.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#B3D7C9 (or 0xB3D7C9) is known color: Jet Stream. HEX triplet: B3, D7 and C9. RGB value is (179,215,201). Sum of RGB (Red+Green+Blue) = 179+215+201=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7C9 is #4C2836. Grayscale: #CACACA. Windows color (decimal): -4991031 or 13227955. OLE color: 13227955.

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

Color convert

RGB 179 215 201 -
CMYK 0.17 0 0.07 0.16
HSL 156.67º 0.31% 0.77% -
HSV(B) 156.67º 0.17% 0.84% -
XYZ 53.43 62.4 64.49 -
YUV 202.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 179 215 201 0.17 0 0.07 0.16 156.67 0.31 0.77
Hex B3 D7 C9 11 0 7 10 9D 1F 4D
Octal 263 327 311 21 0 7 20 235 37 115
Binary 10110011 11010111 11001001 10001 0 111 10000 10011101 11111 1001101

Color Harmonies of #B3D7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D7C9

Black with #B3D7C9

Text Example


Text Example

White with #B3D7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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