Shades of Onahau #BEEEFF
Tints of Onahau #BEEEFF
RGB
CMYK
RGB Variations
Color information
#BEEEFF (or 0xBEEEFF) is known color: Onahau. HEX triplet: BE, EE and FF. RGB value is (190,238,255). Sum of RGB (Red+Green+Blue) = 190+238+255=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFF is #411100. Grayscale: #E1E1E1. Windows color (decimal): -4264193 or 16772798. OLE color: 16772798.
HSL color Cylindrical-coordinate representation of color #BEEEFF: hue angle of 195.69º 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 #BEEEFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 238 | 255 | - |
| CMYK | 0.25 | 0.07 | 0 | 0 |
| HSL | 195.69º | 1% | 0.87% | - |
| HSV(B) | 195.69º | 0.25% | 1% | - |
| XYZ | 69.86 | 79.32 | 106.24 | - |
| YUV | 225.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 255 | 0.25 | 0.07 | 0 | 0 | 195.69 | 1 | 0.87 |
| Hex | BE | EE | FF | 19 | 7 | 0 | 0 | C4 | 64 | 57 |
| Octal | 276 | 356 | 377 | 31 | 7 | 0 | 0 | 304 | 144 | 127 |
| Binary | 10111110 | 11101110 | 11111111 | 11001 | 111 | 0 | 0 | 11000100 | 1100100 | 1010111 |
Color Harmonies of #BEEEFF
Complementary color
Monochromatic Colors of #BEEEFF
Black with #BEEEFF
Text Example
Text Example
White with #BEEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEFF; }
p { color: rgb(190,238,255); }
H1.HeaderClassName
{
color: #BEEEFF;
}
.AnyTagClassName
{
color: #BEEEFF;
}
</style>
background-color css
<style>
a { background-color: #BEEEFF; }
a { background-color: rgb(190,238,255); }
div.DivClassName
{
background-color: #BEEEFF;
}
.BgClassName
{
background-color: #BEEEFF;
}
</style>
border-color css
<style>
span { border-color: #BEEEFF; }
span { border-color: rgb(190,238,255); }
td.TdClassName
{
border-color: #BEEEFF;
}
.TagClassName
{
border-color: #BEEEFF;
}
</style>