Shades of Onahau #CEF2FA
Tints of Onahau #CEF2FA
RGB
CMYK
RGB Variations
Color information
#CEF2FA (or 0xCEF2FA) is known color: Onahau. HEX triplet: CE, F2 and FA. RGB value is (206,242,250). Sum of RGB (Red+Green+Blue) = 206+242+250=698 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.51% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2FA is #310D05. Grayscale: #E8E8E8. Windows color (decimal): -3214598 or 16446158. OLE color: 16446158.
HSL color Cylindrical-coordinate representation of color #CEF2FA: hue angle of 190.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF2FA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 242 | 250 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.02 |
| HSL | 190.91º | 0.81% | 0.89% | - |
| HSV(B) | 190.91º | 0.18% | 0.98% | - |
| XYZ | 74.46 | 83.53 | 102.64 | - |
| YUV | 232.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 250 | 0.18 | 0.03 | 0 | 0.02 | 190.91 | 0.81 | 0.89 |
| Hex | CE | F2 | FA | 12 | 3 | 0 | 2 | BF | 51 | 59 |
| Octal | 316 | 362 | 372 | 22 | 3 | 0 | 2 | 277 | 121 | 131 |
| Binary | 11001110 | 11110010 | 11111010 | 10010 | 11 | 0 | 10 | 10111111 | 1010001 | 1011001 |
Color Harmonies of #CEF2FA
Complementary color
Monochromatic Colors of #CEF2FA
Black with #CEF2FA
Text Example
Text Example
White with #CEF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2FA; }
p { color: rgb(206,242,250); }
H1.HeaderClassName
{
color: #CEF2FA;
}
.AnyTagClassName
{
color: #CEF2FA;
}
</style>
background-color css
<style>
a { background-color: #CEF2FA; }
a { background-color: rgb(206,242,250); }
div.DivClassName
{
background-color: #CEF2FA;
}
.BgClassName
{
background-color: #CEF2FA;
}
</style>
border-color css
<style>
span { border-color: #CEF2FA; }
span { border-color: rgb(206,242,250); }
td.TdClassName
{
border-color: #CEF2FA;
}
.TagClassName
{
border-color: #CEF2FA;
}
</style>