Shades of Cruise #B3DFD0
Tints of Cruise #B3DFD0
RGB
CMYK
RGB Variations
Color information
#B3DFD0 (or 0xB3DFD0) is known color: Cruise. HEX triplet: B3, DF and D0. RGB value is (179,223,208). Sum of RGB (Red+Green+Blue) = 179+223+208=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFD0 is #4C202F. Grayscale: #D0D0D0. Windows color (decimal): -4988976 or 13688755. OLE color: 13688755.
HSL color Cylindrical-coordinate representation of color #B3DFD0: hue angle of 159.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFD0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 208 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.13 |
| HSL | 159.55º | 0.41% | 0.79% | - |
| HSV(B) | 159.55º | 0.2% | 0.87% | - |
| XYZ | 56.36 | 66.91 | 69.62 | - |
| YUV | 208.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 208 | 0.20 | 0 | 0.07 | 0.13 | 159.55 | 0.41 | 0.79 |
| Hex | B3 | DF | D0 | 14 | 0 | 7 | D | A0 | 29 | 4F |
| Octal | 263 | 337 | 320 | 24 | 0 | 7 | 15 | 240 | 51 | 117 |
| Binary | 10110011 | 11011111 | 11010000 | 10100 | 0 | 111 | 1101 | 10100000 | 101001 | 1001111 |
Color Harmonies of #B3DFD0
Complementary color
Monochromatic Colors of #B3DFD0
Black with #B3DFD0
Text Example
Text Example
White with #B3DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFD0; }
p { color: rgb(179,223,208); }
H1.HeaderClassName
{
color: #B3DFD0;
}
.AnyTagClassName
{
color: #B3DFD0;
}
</style>
background-color css
<style>
a { background-color: #B3DFD0; }
a { background-color: rgb(179,223,208); }
div.DivClassName
{
background-color: #B3DFD0;
}
.BgClassName
{
background-color: #B3DFD0;
}
</style>
border-color css
<style>
span { border-color: #B3DFD0; }
span { border-color: rgb(179,223,208); }
td.TdClassName
{
border-color: #B3DFD0;
}
.TagClassName
{
border-color: #B3DFD0;
}
</style>