Shades of Onahau #B7EEFF
Tints of Onahau #B7EEFF
RGB
CMYK
RGB Variations
Color information
#B7EEFF (or 0xB7EEFF) is known color: Onahau. HEX triplet: B7, EE and FF. RGB value is (183,238,255). Sum of RGB (Red+Green+Blue) = 183+238+255=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEFF is #481100. Grayscale: #DFDFDF. Windows color (decimal): -4722945 or 16772791. OLE color: 16772791.
HSL color Cylindrical-coordinate representation of color #B7EEFF: hue angle of 194.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7EEFF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 183 | 238 | 255 | - |
CMYK | 0.28 | 0.07 | 0 | 0 |
HSL | 194.17º | 1% | 0.86% | - |
HSV(B) | 194.17º | 0.28% | 1% | - |
XYZ | 68.15 | 78.44 | 106.16 | - |
YUV | 223.49 | 145.78 | 99.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 238 | 255 | 0.28 | 0.07 | 0 | 0 | 194.17 | 1 | 0.86 |
Hex | B7 | EE | FF | 1C | 7 | 0 | 0 | C2 | 64 | 56 |
Octal | 267 | 356 | 377 | 34 | 7 | 0 | 0 | 302 | 144 | 126 |
Binary | 10110111 | 11101110 | 11111111 | 11100 | 111 | 0 | 0 | 11000010 | 1100100 | 1010110 |
Color Harmonies of #B7EEFF
Complementary color
Monochromatic Colors of #B7EEFF
Black with #B7EEFF
Text Example
Text Example
White with #B7EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EEFF; }
p { color: rgb(183,238,255); }
H1.HeaderClassName
{
color: #B7EEFF;
}
.AnyTagClassName
{
color: #B7EEFF;
}
</style>
background-color css
<style>
a { background-color: #B7EEFF; }
a { background-color: rgb(183,238,255); }
div.DivClassName
{
background-color: #B7EEFF;
}
.BgClassName
{
background-color: #B7EEFF;
}
</style>
border-color css
<style>
span { border-color: #B7EEFF; }
span { border-color: rgb(183,238,255); }
td.TdClassName
{
border-color: #B7EEFF;
}
.TagClassName
{
border-color: #B7EEFF;
}
</style>