Shades of Pattens Blue #C3DFF4
Tints of Pattens Blue #C3DFF4
RGB
CMYK
RGB Variations
Color information
#C3DFF4 (or 0xC3DFF4) is known color: Pattens Blue. HEX triplet: C3, DF and F4. RGB value is (195,223,244). Sum of RGB (Red+Green+Blue) = 195+223+244=662 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.46% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #C3DFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFF4 is #3C200B. Grayscale: #D8D8D8. Windows color (decimal): -3940364 or 16048067. OLE color: 16048067.
HSL color Cylindrical-coordinate representation of color #C3DFF4: hue angle of 205.71º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3DFF4 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 223 | 244 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.04 |
| HSL | 205.71º | 0.69% | 0.86% | - |
| HSV(B) | 205.71º | 0.2% | 0.96% | - |
| XYZ | 65.22 | 70.91 | 95.84 | - |
| YUV | 217.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 244 | 0.20 | 0.09 | 0 | 0.04 | 205.71 | 0.69 | 0.86 |
| Hex | C3 | DF | F4 | 14 | 9 | 0 | 4 | CE | 45 | 56 |
| Octal | 303 | 337 | 364 | 24 | 11 | 0 | 4 | 316 | 105 | 126 |
| Binary | 11000011 | 11011111 | 11110100 | 10100 | 1001 | 0 | 100 | 11001110 | 1000101 | 1010110 |
Color Harmonies of #C3DFF4
Complementary color
Monochromatic Colors of #C3DFF4
Black with #C3DFF4
Text Example
Text Example
White with #C3DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFF4; }
p { color: rgb(195,223,244); }
H1.HeaderClassName
{
color: #C3DFF4;
}
.AnyTagClassName
{
color: #C3DFF4;
}
</style>
background-color css
<style>
a { background-color: #C3DFF4; }
a { background-color: rgb(195,223,244); }
div.DivClassName
{
background-color: #C3DFF4;
}
.BgClassName
{
background-color: #C3DFF4;
}
</style>
border-color css
<style>
span { border-color: #C3DFF4; }
span { border-color: rgb(195,223,244); }
td.TdClassName
{
border-color: #C3DFF4;
}
.TagClassName
{
border-color: #C3DFF4;
}
</style>