Shades of Pattens Blue #CEF2FC
Tints of Pattens Blue #CEF2FC
RGB
CMYK
RGB Variations
Color information
#CEF2FC (or 0xCEF2FC) is known color: Pattens Blue. HEX triplet: CE, F2 and FC. RGB value is (206,242,252). Sum of RGB (Red+Green+Blue) = 206+242+252=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2FC is #310D03. Grayscale: #E8E8E8. Windows color (decimal): -3214596 or 16577230. OLE color: 16577230.
HSL color Cylindrical-coordinate representation of color #CEF2FC: hue angle of 193.04º 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 #CEF2FC is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 242 | 252 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.01 |
| HSL | 193.04º | 0.88% | 0.9% | - |
| HSV(B) | 193.04º | 0.18% | 0.99% | - |
| XYZ | 74.78 | 83.65 | 104.3 | - |
| YUV | 232.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 252 | 0.18 | 0.04 | 0 | 0.01 | 193.04 | 0.88 | 0.9 |
| Hex | CE | F2 | FC | 12 | 4 | 0 | 1 | C1 | 58 | 5A |
| Octal | 316 | 362 | 374 | 22 | 4 | 0 | 1 | 301 | 130 | 132 |
| Binary | 11001110 | 11110010 | 11111100 | 10010 | 100 | 0 | 1 | 11000001 | 1011000 | 1011010 |
Color Harmonies of #CEF2FC
Complementary color
Monochromatic Colors of #CEF2FC
Black with #CEF2FC
Text Example
Text Example
White with #CEF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2FC; }
p { color: rgb(206,242,252); }
H1.HeaderClassName
{
color: #CEF2FC;
}
.AnyTagClassName
{
color: #CEF2FC;
}
</style>
background-color css
<style>
a { background-color: #CEF2FC; }
a { background-color: rgb(206,242,252); }
div.DivClassName
{
background-color: #CEF2FC;
}
.BgClassName
{
background-color: #CEF2FC;
}
</style>
border-color css
<style>
span { border-color: #CEF2FC; }
span { border-color: rgb(206,242,252); }
td.TdClassName
{
border-color: #CEF2FC;
}
.TagClassName
{
border-color: #CEF2FC;
}
</style>