Shades of Jet Stream #B5DCCC
Tints of Jet Stream #B5DCCC
RGB
CMYK
RGB Variations
Color information
#B5DCCC (or 0xB5DCCC) is known color: Jet Stream. HEX triplet: B5, DC and CC. RGB value is (181,220,204). Sum of RGB (Red+Green+Blue) = 181+220+204=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCC is #4A2333. Grayscale: #CECECE. Windows color (decimal): -4858676 or 13425845. OLE color: 13425845.
HSL color Cylindrical-coordinate representation of color #B5DCCC: hue angle of 155.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCCC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 204 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 155.38º | 0.36% | 0.79% | - |
| HSV(B) | 155.38º | 0.18% | 0.86% | - |
| XYZ | 55.55 | 65.37 | 66.82 | - |
| YUV | 206.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 204 | 0.18 | 0 | 0.07 | 0.14 | 155.38 | 0.36 | 0.79 |
| Hex | B5 | DC | CC | 12 | 0 | 7 | E | 9B | 24 | 4F |
| Octal | 265 | 334 | 314 | 22 | 0 | 7 | 16 | 233 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11001100 | 10010 | 0 | 111 | 1110 | 10011011 | 100100 | 1001111 |
Color Harmonies of #B5DCCC
Complementary color
Monochromatic Colors of #B5DCCC
Black with #B5DCCC
Text Example
Text Example
White with #B5DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCCC; }
p { color: rgb(181,220,204); }
H1.HeaderClassName
{
color: #B5DCCC;
}
.AnyTagClassName
{
color: #B5DCCC;
}
</style>
background-color css
<style>
a { background-color: #B5DCCC; }
a { background-color: rgb(181,220,204); }
div.DivClassName
{
background-color: #B5DCCC;
}
.BgClassName
{
background-color: #B5DCCC;
}
</style>
border-color css
<style>
span { border-color: #B5DCCC; }
span { border-color: rgb(181,220,204); }
td.TdClassName
{
border-color: #B5DCCC;
}
.TagClassName
{
border-color: #B5DCCC;
}
</style>