Shades of Pattens Blue #C3E8FF
Tints of Pattens Blue #C3E8FF
RGB
CMYK
RGB Variations
Color information
#C3E8FF (or 0xC3E8FF) is known color: Pattens Blue. HEX triplet: C3, E8 and FF. RGB value is (195,232,255). Sum of RGB (Red+Green+Blue) = 195+232+255=682 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.59% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8FF is #3C1700. Grayscale: #DFDFDF. Windows color (decimal): -3938049 or 16771267. OLE color: 16771267.
HSL color Cylindrical-coordinate representation of color #C3E8FF: hue angle of 203º 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 #C3E8FF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 232 | 255 | - |
| CMYK | 0.24 | 0.09 | 0 | 0 |
| HSL | 203º | 1% | 0.88% | - |
| HSV(B) | 203º | 0.24% | 1% | - |
| XYZ | 69.41 | 76.54 | 105.72 | - |
| YUV | 223.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 232 | 255 | 0.24 | 0.09 | 0 | 0 | 203 | 1 | 0.88 |
| Hex | C3 | E8 | FF | 18 | 9 | 0 | 0 | CB | 64 | 58 |
| Octal | 303 | 350 | 377 | 30 | 11 | 0 | 0 | 313 | 144 | 130 |
| Binary | 11000011 | 11101000 | 11111111 | 11000 | 1001 | 0 | 0 | 11001011 | 1100100 | 1011000 |
Color Harmonies of #C3E8FF
Complementary color
Monochromatic Colors of #C3E8FF
Black with #C3E8FF
Text Example
Text Example
White with #C3E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E8FF; }
p { color: rgb(195,232,255); }
H1.HeaderClassName
{
color: #C3E8FF;
}
.AnyTagClassName
{
color: #C3E8FF;
}
</style>
background-color css
<style>
a { background-color: #C3E8FF; }
a { background-color: rgb(195,232,255); }
div.DivClassName
{
background-color: #C3E8FF;
}
.BgClassName
{
background-color: #C3E8FF;
}
</style>
border-color css
<style>
span { border-color: #C3E8FF; }
span { border-color: rgb(195,232,255); }
td.TdClassName
{
border-color: #C3E8FF;
}
.TagClassName
{
border-color: #C3E8FF;
}
</style>