Shades of Cruise #B3DCCF
Tints of Cruise #B3DCCF
RGB
CMYK
RGB Variations
Color information
#B3DCCF (or 0xB3DCCF) is known color: Cruise. HEX triplet: B3, DC and CF. RGB value is (179,220,207). Sum of RGB (Red+Green+Blue) = 179+220+207=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCCF is #4C2330. Grayscale: #CECECE. Windows color (decimal): -4989745 or 13622451. OLE color: 13622451.
HSL color Cylindrical-coordinate representation of color #B3DCCF: hue angle of 160.98º 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 #B3DCCF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 207 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.14 |
| HSL | 160.98º | 0.37% | 0.78% | - |
| HSV(B) | 160.98º | 0.19% | 0.86% | - |
| XYZ | 55.45 | 65.28 | 68.71 | - |
| YUV | 206.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 207 | 0.19 | 0 | 0.06 | 0.14 | 160.98 | 0.37 | 0.78 |
| Hex | B3 | DC | CF | 13 | 0 | 6 | E | A1 | 25 | 4E |
| Octal | 263 | 334 | 317 | 23 | 0 | 6 | 16 | 241 | 45 | 116 |
| Binary | 10110011 | 11011100 | 11001111 | 10011 | 0 | 110 | 1110 | 10100001 | 100101 | 1001110 |
Color Harmonies of #B3DCCF
Complementary color
Monochromatic Colors of #B3DCCF
Black with #B3DCCF
Text Example
Text Example
White with #B3DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCCF; }
p { color: rgb(179,220,207); }
H1.HeaderClassName
{
color: #B3DCCF;
}
.AnyTagClassName
{
color: #B3DCCF;
}
</style>
background-color css
<style>
a { background-color: #B3DCCF; }
a { background-color: rgb(179,220,207); }
div.DivClassName
{
background-color: #B3DCCF;
}
.BgClassName
{
background-color: #B3DCCF;
}
</style>
border-color css
<style>
span { border-color: #B3DCCF; }
span { border-color: rgb(179,220,207); }
td.TdClassName
{
border-color: #B3DCCF;
}
.TagClassName
{
border-color: #B3DCCF;
}
</style>