Shades of Pattens Blue #CEEAFD
Tints of Pattens Blue #CEEAFD
RGB
CMYK
RGB Variations
Color information
#CEEAFD (or 0xCEEAFD) is known color: Pattens Blue. HEX triplet: CE, EA and FD. RGB value is (206,234,253). Sum of RGB (Red+Green+Blue) = 206+234+253=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFD is #311502. Grayscale: #E3E3E3. Windows color (decimal): -3216643 or 16640718. OLE color: 16640718.
HSL color Cylindrical-coordinate representation of color #CEEAFD: hue angle of 204.26º 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 #CEEAFD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 234 | 253 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 204.26º | 0.92% | 0.9% | - |
| HSV(B) | 204.26º | 0.19% | 0.99% | - |
| XYZ | 72.61 | 79.06 | 104.36 | - |
| YUV | 227.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 253 | 0.19 | 0.08 | 0 | 0.01 | 204.26 | 0.92 | 0.9 |
| Hex | CE | EA | FD | 13 | 8 | 0 | 1 | CC | 5C | 5A |
| Octal | 316 | 352 | 375 | 23 | 10 | 0 | 1 | 314 | 134 | 132 |
| Binary | 11001110 | 11101010 | 11111101 | 10011 | 1000 | 0 | 1 | 11001100 | 1011100 | 1011010 |
Color Harmonies of #CEEAFD
Complementary color
Monochromatic Colors of #CEEAFD
Black with #CEEAFD
Text Example
Text Example
White with #CEEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAFD; }
p { color: rgb(206,234,253); }
H1.HeaderClassName
{
color: #CEEAFD;
}
.AnyTagClassName
{
color: #CEEAFD;
}
</style>
background-color css
<style>
a { background-color: #CEEAFD; }
a { background-color: rgb(206,234,253); }
div.DivClassName
{
background-color: #CEEAFD;
}
.BgClassName
{
background-color: #CEEAFD;
}
</style>
border-color css
<style>
span { border-color: #CEEAFD; }
span { border-color: rgb(206,234,253); }
td.TdClassName
{
border-color: #CEEAFD;
}
.TagClassName
{
border-color: #CEEAFD;
}
</style>