Shades of Pattens Blue #CEEDFE
Tints of Pattens Blue #CEEDFE
RGB
CMYK
RGB Variations
Color information
#CEEDFE (or 0xCEEDFE) is known color: Pattens Blue. HEX triplet: CE, ED and FE. RGB value is (206,237,254). Sum of RGB (Red+Green+Blue) = 206+237+254=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFE is #311201. Grayscale: #E5E5E5. Windows color (decimal): -3215874 or 16707022. OLE color: 16707022.
HSL color Cylindrical-coordinate representation of color #CEEDFE: hue angle of 201.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEDFE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 237 | 254 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.00 |
| HSL | 201.25º | 0.96% | 0.9% | - |
| HSV(B) | 201.25º | 0.19% | 1% | - |
| XYZ | 73.63 | 80.85 | 105.49 | - |
| YUV | 229.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 254 | 0.19 | 0.07 | 0 | 0.00 | 201.25 | 0.96 | 0.9 |
| Hex | CE | ED | FE | 13 | 7 | 0 | 0 | C9 | 60 | 5A |
| Octal | 316 | 355 | 376 | 23 | 7 | 0 | 0 | 311 | 140 | 132 |
| Binary | 11001110 | 11101101 | 11111110 | 10011 | 111 | 0 | 0 | 11001001 | 1100000 | 1011010 |
Color Harmonies of #CEEDFE
Complementary color
Monochromatic Colors of #CEEDFE
Black with #CEEDFE
Text Example
Text Example
White with #CEEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFE; }
p { color: rgb(206,237,254); }
H1.HeaderClassName
{
color: #CEEDFE;
}
.AnyTagClassName
{
color: #CEEDFE;
}
</style>
background-color css
<style>
a { background-color: #CEEDFE; }
a { background-color: rgb(206,237,254); }
div.DivClassName
{
background-color: #CEEDFE;
}
.BgClassName
{
background-color: #CEEDFE;
}
</style>
border-color css
<style>
span { border-color: #CEEDFE; }
span { border-color: rgb(206,237,254); }
td.TdClassName
{
border-color: #CEEDFE;
}
.TagClassName
{
border-color: #CEEDFE;
}
</style>