Shades of Cruise #B3DBCC
Tints of Cruise #B3DBCC
RGB
CMYK
RGB Variations
Color information
#B3DBCC (or 0xB3DBCC) is known color: Cruise. HEX triplet: B3, DB and CC. RGB value is (179,219,204). Sum of RGB (Red+Green+Blue) = 179+219+204=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBCC is #4C2433. Grayscale: #CDCDCD. Windows color (decimal): -4990004 or 13425587. OLE color: 13425587.
HSL color Cylindrical-coordinate representation of color #B3DBCC: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DBCC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 204 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 157.5º | 0.36% | 0.78% | - |
| HSV(B) | 157.5º | 0.18% | 0.86% | - |
| XYZ | 54.82 | 64.61 | 66.71 | - |
| YUV | 205.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 204 | 0.18 | 0 | 0.07 | 0.14 | 157.5 | 0.36 | 0.78 |
| Hex | B3 | DB | CC | 12 | 0 | 7 | E | 9E | 24 | 4E |
| Octal | 263 | 333 | 314 | 22 | 0 | 7 | 16 | 236 | 44 | 116 |
| Binary | 10110011 | 11011011 | 11001100 | 10010 | 0 | 111 | 1110 | 10011110 | 100100 | 1001110 |
Color Harmonies of #B3DBCC
Complementary color
Monochromatic Colors of #B3DBCC
Black with #B3DBCC
Text Example
Text Example
White with #B3DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBCC; }
p { color: rgb(179,219,204); }
H1.HeaderClassName
{
color: #B3DBCC;
}
.AnyTagClassName
{
color: #B3DBCC;
}
</style>
background-color css
<style>
a { background-color: #B3DBCC; }
a { background-color: rgb(179,219,204); }
div.DivClassName
{
background-color: #B3DBCC;
}
.BgClassName
{
background-color: #B3DBCC;
}
</style>
border-color css
<style>
span { border-color: #B3DBCC; }
span { border-color: rgb(179,219,204); }
td.TdClassName
{
border-color: #B3DBCC;
}
.TagClassName
{
border-color: #B3DBCC;
}
</style>