Shades of Pattens Blue #C3DEFC
Tints of Pattens Blue #C3DEFC
RGB
CMYK
RGB Variations
Color information
#C3DEFC (or 0xC3DEFC) is known color: Pattens Blue. HEX triplet: C3, DE and FC. RGB value is (195,222,252). Sum of RGB (Red+Green+Blue) = 195+222+252=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEFC is #3C2103. Grayscale: #D9D9D9. Windows color (decimal): -3940612 or 16572099. OLE color: 16572099.
HSL color Cylindrical-coordinate representation of color #C3DEFC: hue angle of 211.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DEFC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 222 | 252 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 211.58º | 0.9% | 0.88% | - |
| HSV(B) | 211.58º | 0.23% | 0.99% | - |
| XYZ | 66.2 | 70.87 | 102.29 | - |
| YUV | 217.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 252 | 0.23 | 0.12 | 0 | 0.01 | 211.58 | 0.9 | 0.88 |
| Hex | C3 | DE | FC | 17 | C | 0 | 1 | D4 | 5A | 58 |
| Octal | 303 | 336 | 374 | 27 | 14 | 0 | 1 | 324 | 132 | 130 |
| Binary | 11000011 | 11011110 | 11111100 | 10111 | 1100 | 0 | 1 | 11010100 | 1011010 | 1011000 |
Color Harmonies of #C3DEFC
Complementary color
Monochromatic Colors of #C3DEFC
Black with #C3DEFC
Text Example
Text Example
White with #C3DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEFC; }
p { color: rgb(195,222,252); }
H1.HeaderClassName
{
color: #C3DEFC;
}
.AnyTagClassName
{
color: #C3DEFC;
}
</style>
background-color css
<style>
a { background-color: #C3DEFC; }
a { background-color: rgb(195,222,252); }
div.DivClassName
{
background-color: #C3DEFC;
}
.BgClassName
{
background-color: #C3DEFC;
}
</style>
border-color css
<style>
span { border-color: #C3DEFC; }
span { border-color: rgb(195,222,252); }
td.TdClassName
{
border-color: #C3DEFC;
}
.TagClassName
{
border-color: #C3DEFC;
}
</style>