Html Css Color HEX #B3DCC8 Jet Stream

📋 copy color: '#B3DCC8'

red 179 ◦ green 220 ◦ blue 200

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

Shades of Jet Stream #B3DCC8

Tints of Jet Stream #B3DCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 29.88%
G = 36.73%
B = 33.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#B3DCC8 (or 0xB3DCC8) is known color: Jet Stream. HEX triplet: B3, DC and C8. RGB value is (179,220,200). Sum of RGB (Red+Green+Blue) = 179+220+200=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCC8 is #4C2337. Grayscale: #CDCDCD. Windows color (decimal): -4989752 or 13163699. OLE color: 13163699.

HSL color Cylindrical-coordinate representation of color #B3DCC8: hue angle of 150.73º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCC8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 200 -
CMYK 0.19 0 0.09 0.14
HSL 150.73º 0.37% 0.78% -
HSV(B) 150.73º 0.19% 0.86% -
XYZ 54.61 64.94 64.3 -
YUV 205.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 179 220 200 0.19 0 0.09 0.14 150.73 0.37 0.78
Hex B3 DC C8 13 0 9 E 97 25 4E
Octal 263 334 310 23 0 11 16 227 45 116
Binary 10110011 11011100 11001000 10011 0 1001 1110 10010111 100101 1001110

Color Harmonies of #B3DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCC8

Black with #B3DCC8

Text Example


Text Example

White with #B3DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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