Html Css Color HEX #B3D7C8 Jet Stream

📋 copy color: '#B3D7C8'

red 179 ◦ green 215 ◦ blue 200

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

Shades of Jet Stream #B3D7C8

Tints of Jet Stream #B3D7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 30.13%
G = 36.2%
B = 33.67%

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

#B3D7C8 (or 0xB3D7C8) is known color: Jet Stream. HEX triplet: B3, D7 and C8. RGB value is (179,215,200). Sum of RGB (Red+Green+Blue) = 179+215+200=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7C8 is #4C2837. Grayscale: #CACACA. Windows color (decimal): -4991032 or 13162419. OLE color: 13162419.

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

Color convert

RGB 179 215 200 -
CMYK 0.17 0 0.07 0.16
HSL 155º 0.31% 0.77% -
HSV(B) 155º 0.17% 0.84% -
XYZ 53.32 62.35 63.87 -
YUV 202.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 179 215 200 0.17 0 0.07 0.16 155 0.31 0.77
Hex B3 D7 C8 11 0 7 10 9B 1F 4D
Octal 263 327 310 21 0 7 20 233 37 115
Binary 10110011 11010111 11001000 10001 0 111 10000 10011011 11111 1001101

Color Harmonies of #B3D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D7C8

Black with #B3D7C8

Text Example


Text Example

White with #B3D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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