Shades of Pattens Blue #C3E7FF
Tints of Pattens Blue #C3E7FF
RGB
CMYK
RGB Variations
Color information
#C3E7FF (or 0xC3E7FF) is known color: Pattens Blue. HEX triplet: C3, E7 and FF. RGB value is (195,231,255). Sum of RGB (Red+Green+Blue) = 195+231+255=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E7FF is #3C1800. Grayscale: #DEDEDE. Windows color (decimal): -3938305 or 16771011. OLE color: 16771011.
HSL color Cylindrical-coordinate representation of color #C3E7FF: hue angle of 204º 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 #C3E7FF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 231 | 255 | - |
| CMYK | 0.24 | 0.09 | 0 | 0 |
| HSL | 204º | 1% | 0.88% | - |
| HSV(B) | 204º | 0.24% | 1% | - |
| XYZ | 69.13 | 75.97 | 105.63 | - |
| YUV | 222.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 255 | 0.24 | 0.09 | 0 | 0 | 204 | 1 | 0.88 |
| Hex | C3 | E7 | FF | 18 | 9 | 0 | 0 | CC | 64 | 58 |
| Octal | 303 | 347 | 377 | 30 | 11 | 0 | 0 | 314 | 144 | 130 |
| Binary | 11000011 | 11100111 | 11111111 | 11000 | 1001 | 0 | 0 | 11001100 | 1100100 | 1011000 |
Color Harmonies of #C3E7FF
Complementary color
Monochromatic Colors of #C3E7FF
Black with #C3E7FF
Text Example
Text Example
White with #C3E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E7FF; }
p { color: rgb(195,231,255); }
H1.HeaderClassName
{
color: #C3E7FF;
}
.AnyTagClassName
{
color: #C3E7FF;
}
</style>
background-color css
<style>
a { background-color: #C3E7FF; }
a { background-color: rgb(195,231,255); }
div.DivClassName
{
background-color: #C3E7FF;
}
.BgClassName
{
background-color: #C3E7FF;
}
</style>
border-color css
<style>
span { border-color: #C3E7FF; }
span { border-color: rgb(195,231,255); }
td.TdClassName
{
border-color: #C3E7FF;
}
.TagClassName
{
border-color: #C3E7FF;
}
</style>