Shades of Pattens Blue #CEEDFD
Tints of Pattens Blue #CEEDFD
RGB
CMYK
RGB Variations
Color information
#CEEDFD (or 0xCEEDFD) is known color: Pattens Blue. HEX triplet: CE, ED and FD. RGB value is (206,237,253). Sum of RGB (Red+Green+Blue) = 206+237+253=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFD is #311202. Grayscale: #E5E5E5. Windows color (decimal): -3215875 or 16641486. OLE color: 16641486.
HSL color Cylindrical-coordinate representation of color #CEEDFD: hue angle of 200.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEDFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 237 | 253 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.01 |
| HSL | 200.43º | 0.92% | 0.9% | - |
| HSV(B) | 200.43º | 0.19% | 0.99% | - |
| XYZ | 73.47 | 80.78 | 104.65 | - |
| YUV | 229.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 253 | 0.19 | 0.06 | 0 | 0.01 | 200.43 | 0.92 | 0.9 |
| Hex | CE | ED | FD | 13 | 6 | 0 | 1 | C8 | 5C | 5A |
| Octal | 316 | 355 | 375 | 23 | 6 | 0 | 1 | 310 | 134 | 132 |
| Binary | 11001110 | 11101101 | 11111101 | 10011 | 110 | 0 | 1 | 11001000 | 1011100 | 1011010 |
Color Harmonies of #CEEDFD
Complementary color
Monochromatic Colors of #CEEDFD
Black with #CEEDFD
Text Example
Text Example
White with #CEEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFD; }
p { color: rgb(206,237,253); }
H1.HeaderClassName
{
color: #CEEDFD;
}
.AnyTagClassName
{
color: #CEEDFD;
}
</style>
background-color css
<style>
a { background-color: #CEEDFD; }
a { background-color: rgb(206,237,253); }
div.DivClassName
{
background-color: #CEEDFD;
}
.BgClassName
{
background-color: #CEEDFD;
}
</style>
border-color css
<style>
span { border-color: #CEEDFD; }
span { border-color: rgb(206,237,253); }
td.TdClassName
{
border-color: #CEEDFD;
}
.TagClassName
{
border-color: #CEEDFD;
}
</style>