Shades of Pattens Blue #C2DFF4
Tints of Pattens Blue #C2DFF4
RGB
CMYK
RGB Variations
Color information
#C2DFF4 (or 0xC2DFF4) is known color: Pattens Blue. HEX triplet: C2, DF and F4. RGB value is (194,223,244). Sum of RGB (Red+Green+Blue) = 194+223+244=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2DFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFF4 is #3D200B. Grayscale: #D8D8D8. Windows color (decimal): -4005900 or 16048066. OLE color: 16048066.
HSL color Cylindrical-coordinate representation of color #C2DFF4: hue angle of 205.2º 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 #C2DFF4 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 194 | 223 | 244 | - |
CMYK | 0.20 | 0.09 | 0 | 0.04 |
HSL | 205.2º | 0.69% | 0.86% | - |
HSV(B) | 205.2º | 0.2% | 0.96% | - |
XYZ | 64.96 | 70.78 | 95.83 | - |
YUV | 216.72 | 143.39 | 111.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 223 | 244 | 0.20 | 0.09 | 0 | 0.04 | 205.2 | 0.69 | 0.86 |
Hex | C2 | DF | F4 | 14 | 9 | 0 | 4 | CD | 45 | 56 |
Octal | 302 | 337 | 364 | 24 | 11 | 0 | 4 | 315 | 105 | 126 |
Binary | 11000010 | 11011111 | 11110100 | 10100 | 1001 | 0 | 100 | 11001101 | 1000101 | 1010110 |
Color Harmonies of #C2DFF4
Complementary color
Monochromatic Colors of #C2DFF4
Black with #C2DFF4
Text Example
Text Example
White with #C2DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFF4; }
p { color: rgb(194,223,244); }
H1.HeaderClassName
{
color: #C2DFF4;
}
.AnyTagClassName
{
color: #C2DFF4;
}
</style>
background-color css
<style>
a { background-color: #C2DFF4; }
a { background-color: rgb(194,223,244); }
div.DivClassName
{
background-color: #C2DFF4;
}
.BgClassName
{
background-color: #C2DFF4;
}
</style>
border-color css
<style>
span { border-color: #C2DFF4; }
span { border-color: rgb(194,223,244); }
td.TdClassName
{
border-color: #C2DFF4;
}
.TagClassName
{
border-color: #C2DFF4;
}
</style>