Shades of Onahau #C8F1FD
Tints of Onahau #C8F1FD
RGB
CMYK
RGB Variations
Color information
#C8F1FD (or 0xC8F1FD) is known color: Onahau. HEX triplet: C8, F1 and FD. RGB value is (200,241,253). Sum of RGB (Red+Green+Blue) = 200+241+253=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F1FD is #370E02. Grayscale: #E6E6E6. Windows color (decimal): -3608067 or 16642504. OLE color: 16642504.
HSL color Cylindrical-coordinate representation of color #C8F1FD: hue angle of 193.58º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F1FD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 241 | 253 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.01 |
| HSL | 193.58º | 0.93% | 0.89% | - |
| HSV(B) | 193.58º | 0.21% | 0.99% | - |
| XYZ | 73 | 82.28 | 104.96 | - |
| YUV | 230.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 253 | 0.21 | 0.05 | 0 | 0.01 | 193.58 | 0.93 | 0.89 |
| Hex | C8 | F1 | FD | 15 | 5 | 0 | 1 | C2 | 5D | 59 |
| Octal | 310 | 361 | 375 | 25 | 5 | 0 | 1 | 302 | 135 | 131 |
| Binary | 11001000 | 11110001 | 11111101 | 10101 | 101 | 0 | 1 | 11000010 | 1011101 | 1011001 |
Color Harmonies of #C8F1FD
Complementary color
Monochromatic Colors of #C8F1FD
Black with #C8F1FD
Text Example
Text Example
White with #C8F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1FD; }
p { color: rgb(200,241,253); }
H1.HeaderClassName
{
color: #C8F1FD;
}
.AnyTagClassName
{
color: #C8F1FD;
}
</style>
background-color css
<style>
a { background-color: #C8F1FD; }
a { background-color: rgb(200,241,253); }
div.DivClassName
{
background-color: #C8F1FD;
}
.BgClassName
{
background-color: #C8F1FD;
}
</style>
border-color css
<style>
span { border-color: #C8F1FD; }
span { border-color: rgb(200,241,253); }
td.TdClassName
{
border-color: #C8F1FD;
}
.TagClassName
{
border-color: #C8F1FD;
}
</style>