Shades of Pattens Blue #C3E0F9
Tints of Pattens Blue #C3E0F9
RGB
CMYK
RGB Variations
Color information
#C3E0F9 (or 0xC3E0F9) is known color: Pattens Blue. HEX triplet: C3, E0 and F9. RGB value is (195,224,249). Sum of RGB (Red+Green+Blue) = 195+224+249=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3E0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E0F9 is #3C1F06. Grayscale: #DADADA. Windows color (decimal): -3940103 or 16376003. OLE color: 16376003.
HSL color Cylindrical-coordinate representation of color #C3E0F9: hue angle of 207.78º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3E0F9 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 224 | 249 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.02 |
| HSL | 207.78º | 0.82% | 0.87% | - |
| HSV(B) | 207.78º | 0.22% | 0.98% | - |
| XYZ | 66.26 | 71.75 | 99.98 | - |
| YUV | 218.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 249 | 0.22 | 0.10 | 0 | 0.02 | 207.78 | 0.82 | 0.87 |
| Hex | C3 | E0 | F9 | 16 | A | 0 | 2 | D0 | 52 | 57 |
| Octal | 303 | 340 | 371 | 26 | 12 | 0 | 2 | 320 | 122 | 127 |
| Binary | 11000011 | 11100000 | 11111001 | 10110 | 1010 | 0 | 10 | 11010000 | 1010010 | 1010111 |
Color Harmonies of #C3E0F9
Complementary color
Monochromatic Colors of #C3E0F9
Black with #C3E0F9
Text Example
Text Example
White with #C3E0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E0F9; }
p { color: rgb(195,224,249); }
H1.HeaderClassName
{
color: #C3E0F9;
}
.AnyTagClassName
{
color: #C3E0F9;
}
</style>
background-color css
<style>
a { background-color: #C3E0F9; }
a { background-color: rgb(195,224,249); }
div.DivClassName
{
background-color: #C3E0F9;
}
.BgClassName
{
background-color: #C3E0F9;
}
</style>
border-color css
<style>
span { border-color: #C3E0F9; }
span { border-color: rgb(195,224,249); }
td.TdClassName
{
border-color: #C3E0F9;
}
.TagClassName
{
border-color: #C3E0F9;
}
</style>