Shades of Onahau #B7EDF8
Tints of Onahau #B7EDF8
RGB
CMYK
RGB Variations
Color information
#B7EDF8 (or 0xB7EDF8) is known color: Onahau. HEX triplet: B7, ED and F8. RGB value is (183,237,248). Sum of RGB (Red+Green+Blue) = 183+237+248=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDF8 is #481207. Grayscale: #DEDEDE. Windows color (decimal): -4723208 or 16313783. OLE color: 16313783.
HSL color Cylindrical-coordinate representation of color #B7EDF8: hue angle of 190.15º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7EDF8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 237 | 248 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.03 |
| HSL | 190.15º | 0.82% | 0.85% | - |
| HSV(B) | 190.15º | 0.26% | 0.97% | - |
| XYZ | 66.76 | 77.41 | 100.23 | - |
| YUV | 222.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 248 | 0.26 | 0.04 | 0 | 0.03 | 190.15 | 0.82 | 0.85 |
| Hex | B7 | ED | F8 | 1A | 4 | 0 | 3 | BE | 52 | 55 |
| Octal | 267 | 355 | 370 | 32 | 4 | 0 | 3 | 276 | 122 | 125 |
| Binary | 10110111 | 11101101 | 11111000 | 11010 | 100 | 0 | 11 | 10111110 | 1010010 | 1010101 |
Color Harmonies of #B7EDF8
Complementary color
Monochromatic Colors of #B7EDF8
Black with #B7EDF8
Text Example
Text Example
White with #B7EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDF8; }
p { color: rgb(183,237,248); }
H1.HeaderClassName
{
color: #B7EDF8;
}
.AnyTagClassName
{
color: #B7EDF8;
}
</style>
background-color css
<style>
a { background-color: #B7EDF8; }
a { background-color: rgb(183,237,248); }
div.DivClassName
{
background-color: #B7EDF8;
}
.BgClassName
{
background-color: #B7EDF8;
}
</style>
border-color css
<style>
span { border-color: #B7EDF8; }
span { border-color: rgb(183,237,248); }
td.TdClassName
{
border-color: #B7EDF8;
}
.TagClassName
{
border-color: #B7EDF8;
}
</style>