Shades of Onahau #CFEBF1
Tints of Onahau #CFEBF1
RGB
CMYK
RGB Variations
Color information
#CFEBF1 (or 0xCFEBF1) is known color: Onahau. HEX triplet: CF, EB and F1. RGB value is (207,235,241). Sum of RGB (Red+Green+Blue) = 207+235+241=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBF1 is #30140E. Grayscale: #E3E3E3. Windows color (decimal): -3150863 or 15854543. OLE color: 15854543.
HSL color Cylindrical-coordinate representation of color #CFEBF1: hue angle of 190.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEBF1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 235 | 241 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 190.59º | 0.55% | 0.88% | - |
| HSV(B) | 190.59º | 0.14% | 0.95% | - |
| XYZ | 71.32 | 79.03 | 94.72 | - |
| YUV | 227.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 241 | 0.14 | 0.02 | 0 | 0.05 | 190.59 | 0.55 | 0.88 |
| Hex | CF | EB | F1 | E | 2 | 0 | 5 | BF | 37 | 58 |
| Octal | 317 | 353 | 361 | 16 | 2 | 0 | 5 | 277 | 67 | 130 |
| Binary | 11001111 | 11101011 | 11110001 | 1110 | 10 | 0 | 101 | 10111111 | 110111 | 1011000 |
Color Harmonies of #CFEBF1
Complementary color
Monochromatic Colors of #CFEBF1
Black with #CFEBF1
Text Example
Text Example
White with #CFEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBF1; }
p { color: rgb(207,235,241); }
H1.HeaderClassName
{
color: #CFEBF1;
}
.AnyTagClassName
{
color: #CFEBF1;
}
</style>
background-color css
<style>
a { background-color: #CFEBF1; }
a { background-color: rgb(207,235,241); }
div.DivClassName
{
background-color: #CFEBF1;
}
.BgClassName
{
background-color: #CFEBF1;
}
</style>
border-color css
<style>
span { border-color: #CFEBF1; }
span { border-color: rgb(207,235,241); }
td.TdClassName
{
border-color: #CFEBF1;
}
.TagClassName
{
border-color: #CFEBF1;
}
</style>