Shades of Onahau #BFEEFF
Tints of Onahau #BFEEFF
RGB
CMYK
RGB Variations
Color information
#BFEEFF (or 0xBFEEFF) is known color: Onahau. HEX triplet: BF, EE and FF. RGB value is (191,238,255). Sum of RGB (Red+Green+Blue) = 191+238+255=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEFF is #401100. Grayscale: #E1E1E1. Windows color (decimal): -4198657 or 16772799. OLE color: 16772799.
HSL color Cylindrical-coordinate representation of color #BFEEFF: hue angle of 195.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEEFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 238 | 255 | - |
| CMYK | 0.25 | 0.07 | 0 | 0 |
| HSL | 195.94º | 1% | 0.87% | - |
| HSV(B) | 195.94º | 0.25% | 1% | - |
| XYZ | 70.11 | 79.45 | 106.25 | - |
| YUV | 225.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 255 | 0.25 | 0.07 | 0 | 0 | 195.94 | 1 | 0.87 |
| Hex | BF | EE | FF | 19 | 7 | 0 | 0 | C4 | 64 | 57 |
| Octal | 277 | 356 | 377 | 31 | 7 | 0 | 0 | 304 | 144 | 127 |
| Binary | 10111111 | 11101110 | 11111111 | 11001 | 111 | 0 | 0 | 11000100 | 1100100 | 1010111 |
Color Harmonies of #BFEEFF
Complementary color
Monochromatic Colors of #BFEEFF
Black with #BFEEFF
Text Example
Text Example
White with #BFEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEFF; }
p { color: rgb(191,238,255); }
H1.HeaderClassName
{
color: #BFEEFF;
}
.AnyTagClassName
{
color: #BFEEFF;
}
</style>
background-color css
<style>
a { background-color: #BFEEFF; }
a { background-color: rgb(191,238,255); }
div.DivClassName
{
background-color: #BFEEFF;
}
.BgClassName
{
background-color: #BFEEFF;
}
</style>
border-color css
<style>
span { border-color: #BFEEFF; }
span { border-color: rgb(191,238,255); }
td.TdClassName
{
border-color: #BFEEFF;
}
.TagClassName
{
border-color: #BFEEFF;
}
</style>