Shades of Pattens Blue #CEF1FC
Tints of Pattens Blue #CEF1FC
RGB
CMYK
RGB Variations
Color information
#CEF1FC (or 0xCEF1FC) is known color: Pattens Blue. HEX triplet: CE, F1 and FC. RGB value is (206,241,252). Sum of RGB (Red+Green+Blue) = 206+241+252=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1FC is #310E03. Grayscale: #E7E7E7. Windows color (decimal): -3214852 or 16576974. OLE color: 16576974.
HSL color Cylindrical-coordinate representation of color #CEF1FC: hue angle of 194.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF1FC is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 241 | 252 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.01 |
| HSL | 194.35º | 0.88% | 0.9% | - |
| HSV(B) | 194.35º | 0.18% | 0.99% | - |
| XYZ | 74.48 | 83.06 | 104.2 | - |
| YUV | 231.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 252 | 0.18 | 0.04 | 0 | 0.01 | 194.35 | 0.88 | 0.9 |
| Hex | CE | F1 | FC | 12 | 4 | 0 | 1 | C2 | 58 | 5A |
| Octal | 316 | 361 | 374 | 22 | 4 | 0 | 1 | 302 | 130 | 132 |
| Binary | 11001110 | 11110001 | 11111100 | 10010 | 100 | 0 | 1 | 11000010 | 1011000 | 1011010 |
Color Harmonies of #CEF1FC
Complementary color
Monochromatic Colors of #CEF1FC
Black with #CEF1FC
Text Example
Text Example
White with #CEF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1FC; }
p { color: rgb(206,241,252); }
H1.HeaderClassName
{
color: #CEF1FC;
}
.AnyTagClassName
{
color: #CEF1FC;
}
</style>
background-color css
<style>
a { background-color: #CEF1FC; }
a { background-color: rgb(206,241,252); }
div.DivClassName
{
background-color: #CEF1FC;
}
.BgClassName
{
background-color: #CEF1FC;
}
</style>
border-color css
<style>
span { border-color: #CEF1FC; }
span { border-color: rgb(206,241,252); }
td.TdClassName
{
border-color: #CEF1FC;
}
.TagClassName
{
border-color: #CEF1FC;
}
</style>