Shades of Pattens Blue #C3DEEF
Tints of Pattens Blue #C3DEEF
RGB
CMYK
RGB Variations
Color information
#C3DEEF (or 0xC3DEEF) is known color: Pattens Blue. HEX triplet: C3, DE and EF. RGB value is (195,222,239). Sum of RGB (Red+Green+Blue) = 195+222+239=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEEF is #3C2110. Grayscale: #D7D7D7. Windows color (decimal): -3940625 or 15720131. OLE color: 15720131.
HSL color Cylindrical-coordinate representation of color #C3DEEF: hue angle of 203.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DEEF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 222 | 239 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.06 |
| HSL | 203.18º | 0.58% | 0.85% | - |
| HSV(B) | 203.18º | 0.18% | 0.94% | - |
| XYZ | 64.21 | 70.08 | 91.8 | - |
| YUV | 215.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 239 | 0.18 | 0.07 | 0 | 0.06 | 203.18 | 0.58 | 0.85 |
| Hex | C3 | DE | EF | 12 | 7 | 0 | 6 | CB | 3A | 55 |
| Octal | 303 | 336 | 357 | 22 | 7 | 0 | 6 | 313 | 72 | 125 |
| Binary | 11000011 | 11011110 | 11101111 | 10010 | 111 | 0 | 110 | 11001011 | 111010 | 1010101 |
Color Harmonies of #C3DEEF
Complementary color
Monochromatic Colors of #C3DEEF
Black with #C3DEEF
Text Example
Text Example
White with #C3DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEEF; }
p { color: rgb(195,222,239); }
H1.HeaderClassName
{
color: #C3DEEF;
}
.AnyTagClassName
{
color: #C3DEEF;
}
</style>
background-color css
<style>
a { background-color: #C3DEEF; }
a { background-color: rgb(195,222,239); }
div.DivClassName
{
background-color: #C3DEEF;
}
.BgClassName
{
background-color: #C3DEEF;
}
</style>
border-color css
<style>
span { border-color: #C3DEEF; }
span { border-color: rgb(195,222,239); }
td.TdClassName
{
border-color: #C3DEEF;
}
.TagClassName
{
border-color: #C3DEEF;
}
</style>