Shades of Onahau #CFEAF0
Tints of Onahau #CFEAF0
RGB
CMYK
RGB Variations
Color information
#CFEAF0 (or 0xCFEAF0) is known color: Onahau. HEX triplet: CF, EA and F0. RGB value is (207,234,240). Sum of RGB (Red+Green+Blue) = 207+234+240=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF0 is #30150F. Grayscale: #E2E2E2. Windows color (decimal): -3151120 or 15788751. OLE color: 15788751.
HSL color Cylindrical-coordinate representation of color #CFEAF0: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEAF0 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 234 | 240 | - |
CMYK | 0.14 | 0.02 | 0 | 0.06 |
HSL | 190.91º | 0.52% | 0.88% | - |
HSV(B) | 190.91º | 0.14% | 0.94% | - |
XYZ | 70.88 | 78.4 | 93.84 | - |
YUV | 226.61 | 135.55 | 114.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 240 | 0.14 | 0.02 | 0 | 0.06 | 190.91 | 0.52 | 0.88 |
Hex | CF | EA | F0 | E | 2 | 0 | 6 | BF | 34 | 58 |
Octal | 317 | 352 | 360 | 16 | 2 | 0 | 6 | 277 | 64 | 130 |
Binary | 11001111 | 11101010 | 11110000 | 1110 | 10 | 0 | 110 | 10111111 | 110100 | 1011000 |
Color Harmonies of #CFEAF0
Complementary color
Monochromatic Colors of #CFEAF0
Black with #CFEAF0
Text Example
Text Example
White with #CFEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAF0; }
p { color: rgb(207,234,240); }
H1.HeaderClassName
{
color: #CFEAF0;
}
.AnyTagClassName
{
color: #CFEAF0;
}
</style>
background-color css
<style>
a { background-color: #CFEAF0; }
a { background-color: rgb(207,234,240); }
div.DivClassName
{
background-color: #CFEAF0;
}
.BgClassName
{
background-color: #CFEAF0;
}
</style>
border-color css
<style>
span { border-color: #CFEAF0; }
span { border-color: rgb(207,234,240); }
td.TdClassName
{
border-color: #CFEAF0;
}
.TagClassName
{
border-color: #CFEAF0;
}
</style>