Shades of Pattens Blue #CEF1FA
Tints of Pattens Blue #CEF1FA
RGB
CMYK
RGB Variations
Color information
#CEF1FA (or 0xCEF1FA) is known color: Pattens Blue. HEX triplet: CE, F1 and FA. RGB value is (206,241,250). Sum of RGB (Red+Green+Blue) = 206+241+250=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1FA is #310E05. Grayscale: #E7E7E7. Windows color (decimal): -3214854 or 16445902. OLE color: 16445902.
HSL color Cylindrical-coordinate representation of color #CEF1FA: hue angle of 192.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF1FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 241 | 250 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.02 |
| HSL | 192.27º | 0.81% | 0.89% | - |
| HSV(B) | 192.27º | 0.18% | 0.98% | - |
| XYZ | 74.16 | 82.93 | 102.54 | - |
| YUV | 231.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 250 | 0.18 | 0.04 | 0 | 0.02 | 192.27 | 0.81 | 0.89 |
| Hex | CE | F1 | FA | 12 | 4 | 0 | 2 | C0 | 51 | 59 |
| Octal | 316 | 361 | 372 | 22 | 4 | 0 | 2 | 300 | 121 | 131 |
| Binary | 11001110 | 11110001 | 11111010 | 10010 | 100 | 0 | 10 | 11000000 | 1010001 | 1011001 |
Color Harmonies of #CEF1FA
Complementary color
Monochromatic Colors of #CEF1FA
Black with #CEF1FA
Text Example
Text Example
White with #CEF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1FA; }
p { color: rgb(206,241,250); }
H1.HeaderClassName
{
color: #CEF1FA;
}
.AnyTagClassName
{
color: #CEF1FA;
}
</style>
background-color css
<style>
a { background-color: #CEF1FA; }
a { background-color: rgb(206,241,250); }
div.DivClassName
{
background-color: #CEF1FA;
}
.BgClassName
{
background-color: #CEF1FA;
}
</style>
border-color css
<style>
span { border-color: #CEF1FA; }
span { border-color: rgb(206,241,250); }
td.TdClassName
{
border-color: #CEF1FA;
}
.TagClassName
{
border-color: #CEF1FA;
}
</style>