Shades of Onahau #BEEEF1
Tints of Onahau #BEEEF1
RGB
CMYK
RGB Variations
Color information
#BEEEF1 (or 0xBEEEF1) is known color: Onahau. HEX triplet: BE, EE and F1. RGB value is (190,238,241). Sum of RGB (Red+Green+Blue) = 190+238+241=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF1 is #41110E. Grayscale: #DFDFDF. Windows color (decimal): -4264207 or 15855294. OLE color: 15855294.
HSL color Cylindrical-coordinate representation of color #BEEEF1: hue angle of 183.53º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEEF1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 238 | 241 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.05 |
| HSL | 183.53º | 0.65% | 0.85% | - |
| HSV(B) | 183.53º | 0.21% | 0.95% | - |
| XYZ | 67.69 | 78.45 | 94.79 | - |
| YUV | 223.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 241 | 0.21 | 0.01 | 0 | 0.05 | 183.53 | 0.65 | 0.85 |
| Hex | BE | EE | F1 | 15 | 1 | 0 | 5 | B8 | 41 | 55 |
| Octal | 276 | 356 | 361 | 25 | 1 | 0 | 5 | 270 | 101 | 125 |
| Binary | 10111110 | 11101110 | 11110001 | 10101 | 1 | 0 | 101 | 10111000 | 1000001 | 1010101 |
Color Harmonies of #BEEEF1
Complementary color
Monochromatic Colors of #BEEEF1
Black with #BEEEF1
Text Example
Text Example
White with #BEEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEF1; }
p { color: rgb(190,238,241); }
H1.HeaderClassName
{
color: #BEEEF1;
}
.AnyTagClassName
{
color: #BEEEF1;
}
</style>
background-color css
<style>
a { background-color: #BEEEF1; }
a { background-color: rgb(190,238,241); }
div.DivClassName
{
background-color: #BEEEF1;
}
.BgClassName
{
background-color: #BEEEF1;
}
</style>
border-color css
<style>
span { border-color: #BEEEF1; }
span { border-color: rgb(190,238,241); }
td.TdClassName
{
border-color: #BEEEF1;
}
.TagClassName
{
border-color: #BEEEF1;
}
</style>