Shades of Onahau #C6F9FD
Tints of Onahau #C6F9FD
RGB
CMYK
RGB Variations
Color information
#C6F9FD (or 0xC6F9FD) is known color: Onahau. HEX triplet: C6, F9 and FD. RGB value is (198,249,253). Sum of RGB (Red+Green+Blue) = 198+249+253=700 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.29% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6F9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F9FD is #390602. Grayscale: #EAEAEA. Windows color (decimal): -3737091 or 16644550. OLE color: 16644550.
HSL color Cylindrical-coordinate representation of color #C6F9FD: hue angle of 184.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6F9FD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 249 | 253 | - |
CMYK | 0.22 | 0.02 | 0 | 0.01 |
HSL | 184.36º | 0.93% | 0.88% | - |
HSV(B) | 184.36º | 0.22% | 0.99% | - |
XYZ | 74.89 | 86.85 | 105.74 | - |
YUV | 234.21 | 138.6 | 102.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 249 | 253 | 0.22 | 0.02 | 0 | 0.01 | 184.36 | 0.93 | 0.88 |
Hex | C6 | F9 | FD | 16 | 2 | 0 | 1 | B8 | 5D | 58 |
Octal | 306 | 371 | 375 | 26 | 2 | 0 | 1 | 270 | 135 | 130 |
Binary | 11000110 | 11111001 | 11111101 | 10110 | 10 | 0 | 1 | 10111000 | 1011101 | 1011000 |
Color Harmonies of #C6F9FD
Complementary color
Monochromatic Colors of #C6F9FD
Black with #C6F9FD
Text Example
Text Example
White with #C6F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F9FD; }
p { color: rgb(198,249,253); }
H1.HeaderClassName
{
color: #C6F9FD;
}
.AnyTagClassName
{
color: #C6F9FD;
}
</style>
background-color css
<style>
a { background-color: #C6F9FD; }
a { background-color: rgb(198,249,253); }
div.DivClassName
{
background-color: #C6F9FD;
}
.BgClassName
{
background-color: #C6F9FD;
}
</style>
border-color css
<style>
span { border-color: #C6F9FD; }
span { border-color: rgb(198,249,253); }
td.TdClassName
{
border-color: #C6F9FD;
}
.TagClassName
{
border-color: #C6F9FD;
}
</style>