Shades of Onahau #B5EDFD
Tints of Onahau #B5EDFD
RGB
CMYK
RGB Variations
Color information
#B5EDFD (or 0xB5EDFD) is known color: Onahau. HEX triplet: B5, ED and FD. RGB value is (181,237,253). Sum of RGB (Red+Green+Blue) = 181+237+253=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDFD is #4A1202. Grayscale: #DDDDDD. Windows color (decimal): -4854275 or 16641461. OLE color: 16641461.
HSL color Cylindrical-coordinate representation of color #B5EDFD: hue angle of 193.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5EDFD is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 237 | 253 | - |
CMYK | 0.28 | 0.06 | 0 | 0.01 |
HSL | 193.33º | 0.95% | 0.85% | - |
HSV(B) | 193.33º | 0.28% | 0.99% | - |
XYZ | 67.07 | 77.48 | 104.35 | - |
YUV | 222.08 | 145.45 | 98.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 253 | 0.28 | 0.06 | 0 | 0.01 | 193.33 | 0.95 | 0.85 |
Hex | B5 | ED | FD | 1C | 6 | 0 | 1 | C1 | 5F | 55 |
Octal | 265 | 355 | 375 | 34 | 6 | 0 | 1 | 301 | 137 | 125 |
Binary | 10110101 | 11101101 | 11111101 | 11100 | 110 | 0 | 1 | 11000001 | 1011111 | 1010101 |
Color Harmonies of #B5EDFD
Complementary color
Monochromatic Colors of #B5EDFD
Black with #B5EDFD
Text Example
Text Example
White with #B5EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDFD; }
p { color: rgb(181,237,253); }
H1.HeaderClassName
{
color: #B5EDFD;
}
.AnyTagClassName
{
color: #B5EDFD;
}
</style>
background-color css
<style>
a { background-color: #B5EDFD; }
a { background-color: rgb(181,237,253); }
div.DivClassName
{
background-color: #B5EDFD;
}
.BgClassName
{
background-color: #B5EDFD;
}
</style>
border-color css
<style>
span { border-color: #B5EDFD; }
span { border-color: rgb(181,237,253); }
td.TdClassName
{
border-color: #B5EDFD;
}
.TagClassName
{
border-color: #B5EDFD;
}
</style>