Shades of Onahau #BEEDFD
Tints of Onahau #BEEDFD
RGB
CMYK
RGB Variations
Color information
#BEEDFD (or 0xBEEDFD) is known color: Onahau. HEX triplet: BE, ED and FD. RGB value is (190,237,253). Sum of RGB (Red+Green+Blue) = 190+237+253=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDFD is #411202. Grayscale: #E0E0E0. Windows color (decimal): -4264451 or 16641470. OLE color: 16641470.
HSL color Cylindrical-coordinate representation of color #BEEDFD: hue angle of 195.24º 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 #BEEDFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 237 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 195.24º | 0.94% | 0.87% | - |
| HSV(B) | 195.24º | 0.25% | 0.99% | - |
| XYZ | 69.25 | 78.61 | 104.45 | - |
| YUV | 224.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 253 | 0.25 | 0.06 | 0 | 0.01 | 195.24 | 0.94 | 0.87 |
| Hex | BE | ED | FD | 19 | 6 | 0 | 1 | C3 | 5E | 57 |
| Octal | 276 | 355 | 375 | 31 | 6 | 0 | 1 | 303 | 136 | 127 |
| Binary | 10111110 | 11101101 | 11111101 | 11001 | 110 | 0 | 1 | 11000011 | 1011110 | 1010111 |
Color Harmonies of #BEEDFD
Complementary color
Monochromatic Colors of #BEEDFD
Black with #BEEDFD
Text Example
Text Example
White with #BEEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDFD; }
p { color: rgb(190,237,253); }
H1.HeaderClassName
{
color: #BEEDFD;
}
.AnyTagClassName
{
color: #BEEDFD;
}
</style>
background-color css
<style>
a { background-color: #BEEDFD; }
a { background-color: rgb(190,237,253); }
div.DivClassName
{
background-color: #BEEDFD;
}
.BgClassName
{
background-color: #BEEDFD;
}
</style>
border-color css
<style>
span { border-color: #BEEDFD; }
span { border-color: rgb(190,237,253); }
td.TdClassName
{
border-color: #BEEDFD;
}
.TagClassName
{
border-color: #BEEDFD;
}
</style>