Shades of Pattens Blue #CEEBFF
Tints of Pattens Blue #CEEBFF
RGB
CMYK
RGB Variations
Color information
#CEEBFF (or 0xCEEBFF) is known color: Pattens Blue. HEX triplet: CE, EB and FF. RGB value is (206,235,255). Sum of RGB (Red+Green+Blue) = 206+235+255=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBFF is #311400. Grayscale: #E4E4E4. Windows color (decimal): -3216385 or 16772046. OLE color: 16772046.
HSL color Cylindrical-coordinate representation of color #CEEBFF: hue angle of 204.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEBFF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 235 | 255 | - |
| CMYK | 0.19 | 0.08 | 0 | 0 |
| HSL | 204.49º | 1% | 0.9% | - |
| HSV(B) | 204.49º | 0.19% | 1% | - |
| XYZ | 73.21 | 79.76 | 106.14 | - |
| YUV | 228.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 255 | 0.19 | 0.08 | 0 | 0 | 204.49 | 1 | 0.9 |
| Hex | CE | EB | FF | 13 | 8 | 0 | 0 | CC | 64 | 5A |
| Octal | 316 | 353 | 377 | 23 | 10 | 0 | 0 | 314 | 144 | 132 |
| Binary | 11001110 | 11101011 | 11111111 | 10011 | 1000 | 0 | 0 | 11001100 | 1100100 | 1011010 |
Color Harmonies of #CEEBFF
Complementary color
Monochromatic Colors of #CEEBFF
Black with #CEEBFF
Text Example
Text Example
White with #CEEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBFF; }
p { color: rgb(206,235,255); }
H1.HeaderClassName
{
color: #CEEBFF;
}
.AnyTagClassName
{
color: #CEEBFF;
}
</style>
background-color css
<style>
a { background-color: #CEEBFF; }
a { background-color: rgb(206,235,255); }
div.DivClassName
{
background-color: #CEEBFF;
}
.BgClassName
{
background-color: #CEEBFF;
}
</style>
border-color css
<style>
span { border-color: #CEEBFF; }
span { border-color: rgb(206,235,255); }
td.TdClassName
{
border-color: #CEEBFF;
}
.TagClassName
{
border-color: #CEEBFF;
}
</style>