Shades of Pattens Blue #C3EBFF
Tints of Pattens Blue #C3EBFF
RGB
CMYK
RGB Variations
Color information
#C3EBFF (or 0xC3EBFF) is known color: Pattens Blue. HEX triplet: C3, EB and FF. RGB value is (195,235,255). Sum of RGB (Red+Green+Blue) = 195+235+255=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EBFF is #3C1400. Grayscale: #E1E1E1. Windows color (decimal): -3937281 or 16772035. OLE color: 16772035.
HSL color Cylindrical-coordinate representation of color #C3EBFF: hue angle of 200º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3EBFF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 235 | 255 | - |
| CMYK | 0.24 | 0.08 | 0 | 0 |
| HSL | 200º | 1% | 0.88% | - |
| HSV(B) | 200º | 0.24% | 1% | - |
| XYZ | 70.26 | 78.24 | 106.01 | - |
| YUV | 225.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 255 | 0.24 | 0.08 | 0 | 0 | 200 | 1 | 0.88 |
| Hex | C3 | EB | FF | 18 | 8 | 0 | 0 | C8 | 64 | 58 |
| Octal | 303 | 353 | 377 | 30 | 10 | 0 | 0 | 310 | 144 | 130 |
| Binary | 11000011 | 11101011 | 11111111 | 11000 | 1000 | 0 | 0 | 11001000 | 1100100 | 1011000 |
Color Harmonies of #C3EBFF
Complementary color
Monochromatic Colors of #C3EBFF
Black with #C3EBFF
Text Example
Text Example
White with #C3EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EBFF; }
p { color: rgb(195,235,255); }
H1.HeaderClassName
{
color: #C3EBFF;
}
.AnyTagClassName
{
color: #C3EBFF;
}
</style>
background-color css
<style>
a { background-color: #C3EBFF; }
a { background-color: rgb(195,235,255); }
div.DivClassName
{
background-color: #C3EBFF;
}
.BgClassName
{
background-color: #C3EBFF;
}
</style>
border-color css
<style>
span { border-color: #C3EBFF; }
span { border-color: rgb(195,235,255); }
td.TdClassName
{
border-color: #C3EBFF;
}
.TagClassName
{
border-color: #C3EBFF;
}
</style>