Shades of Onahau #BEEEFD
Tints of Onahau #BEEEFD
RGB
CMYK
RGB Variations
Color information
#BEEEFD (or 0xBEEEFD) is known color: Onahau. HEX triplet: BE, EE and FD. RGB value is (190,238,253). Sum of RGB (Red+Green+Blue) = 190+238+253=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFD is #411102. Grayscale: #E1E1E1. Windows color (decimal): -4264195 or 16641726. OLE color: 16641726.
HSL color Cylindrical-coordinate representation of color #BEEEFD: hue angle of 194.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEEFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 238 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 194.29º | 0.94% | 0.87% | - |
| HSV(B) | 194.29º | 0.25% | 0.99% | - |
| XYZ | 69.54 | 79.19 | 104.55 | - |
| YUV | 225.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 253 | 0.25 | 0.06 | 0 | 0.01 | 194.29 | 0.94 | 0.87 |
| Hex | BE | EE | FD | 19 | 6 | 0 | 1 | C2 | 5E | 57 |
| Octal | 276 | 356 | 375 | 31 | 6 | 0 | 1 | 302 | 136 | 127 |
| Binary | 10111110 | 11101110 | 11111101 | 11001 | 110 | 0 | 1 | 11000010 | 1011110 | 1010111 |
Color Harmonies of #BEEEFD
Complementary color
Monochromatic Colors of #BEEEFD
Black with #BEEEFD
Text Example
Text Example
White with #BEEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEFD; }
p { color: rgb(190,238,253); }
H1.HeaderClassName
{
color: #BEEEFD;
}
.AnyTagClassName
{
color: #BEEEFD;
}
</style>
background-color css
<style>
a { background-color: #BEEEFD; }
a { background-color: rgb(190,238,253); }
div.DivClassName
{
background-color: #BEEEFD;
}
.BgClassName
{
background-color: #BEEEFD;
}
</style>
border-color css
<style>
span { border-color: #BEEEFD; }
span { border-color: rgb(190,238,253); }
td.TdClassName
{
border-color: #BEEEFD;
}
.TagClassName
{
border-color: #BEEEFD;
}
</style>