Shades of Onahau #BEEAF9
Tints of Onahau #BEEAF9
RGB
CMYK
RGB Variations
Color information
#BEEAF9 (or 0xBEEAF9) is known color: Onahau. HEX triplet: BE, EA and F9. RGB value is (190,234,249). Sum of RGB (Red+Green+Blue) = 190+234+249=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF9 is #411506. Grayscale: #DEDEDE. Windows color (decimal): -4265223 or 16378558. OLE color: 16378558.
HSL color Cylindrical-coordinate representation of color #BEEAF9: hue angle of 195.25º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEAF9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 234 | 249 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 195.25º | 0.83% | 0.86% | - |
| HSV(B) | 195.25º | 0.24% | 0.98% | - |
| XYZ | 67.76 | 76.63 | 100.84 | - |
| YUV | 222.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 249 | 0.24 | 0.06 | 0 | 0.02 | 195.25 | 0.83 | 0.86 |
| Hex | BE | EA | F9 | 18 | 6 | 0 | 2 | C3 | 53 | 56 |
| Octal | 276 | 352 | 371 | 30 | 6 | 0 | 2 | 303 | 123 | 126 |
| Binary | 10111110 | 11101010 | 11111001 | 11000 | 110 | 0 | 10 | 11000011 | 1010011 | 1010110 |
Color Harmonies of #BEEAF9
Complementary color
Monochromatic Colors of #BEEAF9
Black with #BEEAF9
Text Example
Text Example
White with #BEEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAF9; }
p { color: rgb(190,234,249); }
H1.HeaderClassName
{
color: #BEEAF9;
}
.AnyTagClassName
{
color: #BEEAF9;
}
</style>
background-color css
<style>
a { background-color: #BEEAF9; }
a { background-color: rgb(190,234,249); }
div.DivClassName
{
background-color: #BEEAF9;
}
.BgClassName
{
background-color: #BEEAF9;
}
</style>
border-color css
<style>
span { border-color: #BEEAF9; }
span { border-color: rgb(190,234,249); }
td.TdClassName
{
border-color: #BEEAF9;
}
.TagClassName
{
border-color: #BEEAF9;
}
</style>