Shades of Onahau #C8F8FD
Tints of Onahau #C8F8FD
RGB
CMYK
RGB Variations
Color information
#C8F8FD (or 0xC8F8FD) is known color: Onahau. HEX triplet: C8, F8 and FD. RGB value is (200,248,253). Sum of RGB (Red+Green+Blue) = 200+248+253=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8FD is #370702. Grayscale: #EAEAEA. Windows color (decimal): -3606275 or 16644296. OLE color: 16644296.
HSL color Cylindrical-coordinate representation of color #C8F8FD: hue angle of 185.66º 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 #C8F8FD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 248 | 253 | - |
CMYK | 0.21 | 0.02 | 0 | 0.01 |
HSL | 185.66º | 0.93% | 0.89% | - |
HSV(B) | 185.66º | 0.21% | 0.99% | - |
XYZ | 75.12 | 86.51 | 105.67 | - |
YUV | 234.22 | 138.6 | 103.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 248 | 253 | 0.21 | 0.02 | 0 | 0.01 | 185.66 | 0.93 | 0.89 |
Hex | C8 | F8 | FD | 15 | 2 | 0 | 1 | BA | 5D | 59 |
Octal | 310 | 370 | 375 | 25 | 2 | 0 | 1 | 272 | 135 | 131 |
Binary | 11001000 | 11111000 | 11111101 | 10101 | 10 | 0 | 1 | 10111010 | 1011101 | 1011001 |
Color Harmonies of #C8F8FD
Complementary color
Monochromatic Colors of #C8F8FD
Black with #C8F8FD
Text Example
Text Example
White with #C8F8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8FD; }
p { color: rgb(200,248,253); }
H1.HeaderClassName
{
color: #C8F8FD;
}
.AnyTagClassName
{
color: #C8F8FD;
}
</style>
background-color css
<style>
a { background-color: #C8F8FD; }
a { background-color: rgb(200,248,253); }
div.DivClassName
{
background-color: #C8F8FD;
}
.BgClassName
{
background-color: #C8F8FD;
}
</style>
border-color css
<style>
span { border-color: #C8F8FD; }
span { border-color: rgb(200,248,253); }
td.TdClassName
{
border-color: #C8F8FD;
}
.TagClassName
{
border-color: #C8F8FD;
}
</style>