Shades of Onahau #CEEAF1
Tints of Onahau #CEEAF1
RGB
CMYK
RGB Variations
Color information
#CEEAF1 (or 0xCEEAF1) is known color: Onahau. HEX triplet: CE, EA and F1. RGB value is (206,234,241). Sum of RGB (Red+Green+Blue) = 206+234+241=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF1 is #31150E. Grayscale: #E2E2E2. Windows color (decimal): -3216655 or 15854286. OLE color: 15854286.
HSL color Cylindrical-coordinate representation of color #CEEAF1: hue angle of 192º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEAF1 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 234 | 241 | - |
CMYK | 0.15 | 0.03 | 0 | 0.05 |
HSL | 192º | 0.56% | 0.88% | - |
HSV(B) | 192º | 0.15% | 0.95% | - |
XYZ | 70.75 | 78.32 | 94.61 | - |
YUV | 226.43 | 136.22 | 113.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 234 | 241 | 0.15 | 0.03 | 0 | 0.05 | 192 | 0.56 | 0.88 |
Hex | CE | EA | F1 | F | 3 | 0 | 5 | C0 | 38 | 58 |
Octal | 316 | 352 | 361 | 17 | 3 | 0 | 5 | 300 | 70 | 130 |
Binary | 11001110 | 11101010 | 11110001 | 1111 | 11 | 0 | 101 | 11000000 | 111000 | 1011000 |
Color Harmonies of #CEEAF1
Complementary color
Monochromatic Colors of #CEEAF1
Black with #CEEAF1
Text Example
Text Example
White with #CEEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAF1; }
p { color: rgb(206,234,241); }
H1.HeaderClassName
{
color: #CEEAF1;
}
.AnyTagClassName
{
color: #CEEAF1;
}
</style>
background-color css
<style>
a { background-color: #CEEAF1; }
a { background-color: rgb(206,234,241); }
div.DivClassName
{
background-color: #CEEAF1;
}
.BgClassName
{
background-color: #CEEAF1;
}
</style>
border-color css
<style>
span { border-color: #CEEAF1; }
span { border-color: rgb(206,234,241); }
td.TdClassName
{
border-color: #CEEAF1;
}
.TagClassName
{
border-color: #CEEAF1;
}
</style>