Shades of Pattens Blue #C3E9FF
Tints of Pattens Blue #C3E9FF
RGB
CMYK
RGB Variations
Color information
#C3E9FF (or 0xC3E9FF) is known color: Pattens Blue. HEX triplet: C3, E9 and FF. RGB value is (195,233,255). Sum of RGB (Red+Green+Blue) = 195+233+255=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E9FF is #3C1600. Grayscale: #E0E0E0. Windows color (decimal): -3937793 or 16771523. OLE color: 16771523.
HSL color Cylindrical-coordinate representation of color #C3E9FF: hue angle of 202º 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 #C3E9FF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 233 | 255 | - |
| CMYK | 0.24 | 0.09 | 0 | 0 |
| HSL | 202º | 1% | 0.88% | - |
| HSV(B) | 202º | 0.24% | 1% | - |
| XYZ | 69.69 | 77.1 | 105.82 | - |
| YUV | 224.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 255 | 0.24 | 0.09 | 0 | 0 | 202 | 1 | 0.88 |
| Hex | C3 | E9 | FF | 18 | 9 | 0 | 0 | CA | 64 | 58 |
| Octal | 303 | 351 | 377 | 30 | 11 | 0 | 0 | 312 | 144 | 130 |
| Binary | 11000011 | 11101001 | 11111111 | 11000 | 1001 | 0 | 0 | 11001010 | 1100100 | 1011000 |
Color Harmonies of #C3E9FF
Complementary color
Monochromatic Colors of #C3E9FF
Black with #C3E9FF
Text Example
Text Example
White with #C3E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E9FF; }
p { color: rgb(195,233,255); }
H1.HeaderClassName
{
color: #C3E9FF;
}
.AnyTagClassName
{
color: #C3E9FF;
}
</style>
background-color css
<style>
a { background-color: #C3E9FF; }
a { background-color: rgb(195,233,255); }
div.DivClassName
{
background-color: #C3E9FF;
}
.BgClassName
{
background-color: #C3E9FF;
}
</style>
border-color css
<style>
span { border-color: #C3E9FF; }
span { border-color: rgb(195,233,255); }
td.TdClassName
{
border-color: #C3E9FF;
}
.TagClassName
{
border-color: #C3E9FF;
}
</style>