Shades of Pattens Blue #C3E6FF
Tints of Pattens Blue #C3E6FF
RGB
CMYK
RGB Variations
Color information
#C3E6FF (or 0xC3E6FF) is known color: Pattens Blue. HEX triplet: C3, E6 and FF. RGB value is (195,230,255). Sum of RGB (Red+Green+Blue) = 195+230+255=680 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.68% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6FF is #3C1900. Grayscale: #DEDEDE. Windows color (decimal): -3938561 or 16770755. OLE color: 16770755.
HSL color Cylindrical-coordinate representation of color #C3E6FF: hue angle of 205º 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 #C3E6FF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 230 | 255 | - |
| CMYK | 0.24 | 0.10 | 0 | 0 |
| HSL | 205º | 1% | 0.88% | - |
| HSV(B) | 205º | 0.24% | 1% | - |
| XYZ | 68.85 | 75.42 | 105.54 | - |
| YUV | 222.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 255 | 0.24 | 0.10 | 0 | 0 | 205 | 1 | 0.88 |
| Hex | C3 | E6 | FF | 18 | A | 0 | 0 | CD | 64 | 58 |
| Octal | 303 | 346 | 377 | 30 | 12 | 0 | 0 | 315 | 144 | 130 |
| Binary | 11000011 | 11100110 | 11111111 | 11000 | 1010 | 0 | 0 | 11001101 | 1100100 | 1011000 |
Color Harmonies of #C3E6FF
Complementary color
Monochromatic Colors of #C3E6FF
Black with #C3E6FF
Text Example
Text Example
White with #C3E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6FF; }
p { color: rgb(195,230,255); }
H1.HeaderClassName
{
color: #C3E6FF;
}
.AnyTagClassName
{
color: #C3E6FF;
}
</style>
background-color css
<style>
a { background-color: #C3E6FF; }
a { background-color: rgb(195,230,255); }
div.DivClassName
{
background-color: #C3E6FF;
}
.BgClassName
{
background-color: #C3E6FF;
}
</style>
border-color css
<style>
span { border-color: #C3E6FF; }
span { border-color: rgb(195,230,255); }
td.TdClassName
{
border-color: #C3E6FF;
}
.TagClassName
{
border-color: #C3E6FF;
}
</style>