Shades of Onahau #B3E6F9
Tints of Onahau #B3E6F9
RGB
CMYK
RGB Variations
Color information
#B3E6F9 (or 0xB3E6F9) is known color: Onahau. HEX triplet: B3, E6 and F9. RGB value is (179,230,249). Sum of RGB (Red+Green+Blue) = 179+230+249=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3E6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E6F9 is #4C1906. Grayscale: #D8D8D8. Windows color (decimal): -4987143 or 16377523. OLE color: 16377523.
HSL color Cylindrical-coordinate representation of color #B3E6F9: hue angle of 196.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3E6F9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 230 | 249 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.02 |
| HSL | 196.29º | 0.85% | 0.84% | - |
| HSV(B) | 196.29º | 0.28% | 0.98% | - |
| XYZ | 63.99 | 73.02 | 100.34 | - |
| YUV | 216.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 249 | 0.28 | 0.08 | 0 | 0.02 | 196.29 | 0.85 | 0.84 |
| Hex | B3 | E6 | F9 | 1C | 8 | 0 | 2 | C4 | 55 | 54 |
| Octal | 263 | 346 | 371 | 34 | 10 | 0 | 2 | 304 | 125 | 124 |
| Binary | 10110011 | 11100110 | 11111001 | 11100 | 1000 | 0 | 10 | 11000100 | 1010101 | 1010100 |
Color Harmonies of #B3E6F9
Complementary color
Monochromatic Colors of #B3E6F9
Black with #B3E6F9
Text Example
Text Example
White with #B3E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E6F9; }
p { color: rgb(179,230,249); }
H1.HeaderClassName
{
color: #B3E6F9;
}
.AnyTagClassName
{
color: #B3E6F9;
}
</style>
background-color css
<style>
a { background-color: #B3E6F9; }
a { background-color: rgb(179,230,249); }
div.DivClassName
{
background-color: #B3E6F9;
}
.BgClassName
{
background-color: #B3E6F9;
}
</style>
border-color css
<style>
span { border-color: #B3E6F9; }
span { border-color: rgb(179,230,249); }
td.TdClassName
{
border-color: #B3E6F9;
}
.TagClassName
{
border-color: #B3E6F9;
}
</style>