Shades of Pattens Blue #C2DFF1
Tints of Pattens Blue #C2DFF1
RGB
CMYK
RGB Variations
Color information
#C2DFF1 (or 0xC2DFF1) is known color: Pattens Blue. HEX triplet: C2, DF and F1. RGB value is (194,223,241). Sum of RGB (Red+Green+Blue) = 194+223+241=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFF1 is #3D200E. Grayscale: #D8D8D8. Windows color (decimal): -4005903 or 15851458. OLE color: 15851458.
HSL color Cylindrical-coordinate representation of color #C2DFF1: hue angle of 202.98º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DFF1 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 194 | 223 | 241 | - |
CMYK | 0.20 | 0.07 | 0 | 0.05 |
HSL | 202.98º | 0.63% | 0.85% | - |
HSV(B) | 202.98º | 0.2% | 0.95% | - |
XYZ | 64.51 | 70.6 | 93.45 | - |
YUV | 216.38 | 141.89 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 223 | 241 | 0.20 | 0.07 | 0 | 0.05 | 202.98 | 0.63 | 0.85 |
Hex | C2 | DF | F1 | 14 | 7 | 0 | 5 | CB | 3F | 55 |
Octal | 302 | 337 | 361 | 24 | 7 | 0 | 5 | 313 | 77 | 125 |
Binary | 11000010 | 11011111 | 11110001 | 10100 | 111 | 0 | 101 | 11001011 | 111111 | 1010101 |
Color Harmonies of #C2DFF1
Complementary color
Monochromatic Colors of #C2DFF1
Black with #C2DFF1
Text Example
Text Example
White with #C2DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFF1; }
p { color: rgb(194,223,241); }
H1.HeaderClassName
{
color: #C2DFF1;
}
.AnyTagClassName
{
color: #C2DFF1;
}
</style>
background-color css
<style>
a { background-color: #C2DFF1; }
a { background-color: rgb(194,223,241); }
div.DivClassName
{
background-color: #C2DFF1;
}
.BgClassName
{
background-color: #C2DFF1;
}
</style>
border-color css
<style>
span { border-color: #C2DFF1; }
span { border-color: rgb(194,223,241); }
td.TdClassName
{
border-color: #C2DFF1;
}
.TagClassName
{
border-color: #C2DFF1;
}
</style>