Shades of Pattens Blue #C0DFF3
Tints of Pattens Blue #C0DFF3
RGB
CMYK
RGB Variations
Color information
#C0DFF3 (or 0xC0DFF3) is known color: Pattens Blue. HEX triplet: C0, DF and F3. RGB value is (192,223,243). Sum of RGB (Red+Green+Blue) = 192+223+243=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFF3 is #3F200C. Grayscale: #D7D7D7. Windows color (decimal): -4136973 or 15982528. OLE color: 15982528.
HSL color Cylindrical-coordinate representation of color #C0DFF3: hue angle of 203.53º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DFF3 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 192 | 223 | 243 | - |
CMYK | 0.21 | 0.08 | 0 | 0.05 |
HSL | 203.53º | 0.68% | 0.85% | - |
HSV(B) | 203.53º | 0.21% | 0.95% | - |
XYZ | 64.3 | 70.45 | 95 | - |
YUV | 216.01 | 143.23 | 110.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 243 | 0.21 | 0.08 | 0 | 0.05 | 203.53 | 0.68 | 0.85 |
Hex | C0 | DF | F3 | 15 | 8 | 0 | 5 | CC | 44 | 55 |
Octal | 300 | 337 | 363 | 25 | 10 | 0 | 5 | 314 | 104 | 125 |
Binary | 11000000 | 11011111 | 11110011 | 10101 | 1000 | 0 | 101 | 11001100 | 1000100 | 1010101 |
Color Harmonies of #C0DFF3
Complementary color
Monochromatic Colors of #C0DFF3
Black with #C0DFF3
Text Example
Text Example
White with #C0DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFF3; }
p { color: rgb(192,223,243); }
H1.HeaderClassName
{
color: #C0DFF3;
}
.AnyTagClassName
{
color: #C0DFF3;
}
</style>
background-color css
<style>
a { background-color: #C0DFF3; }
a { background-color: rgb(192,223,243); }
div.DivClassName
{
background-color: #C0DFF3;
}
.BgClassName
{
background-color: #C0DFF3;
}
</style>
border-color css
<style>
span { border-color: #C0DFF3; }
span { border-color: rgb(192,223,243); }
td.TdClassName
{
border-color: #C0DFF3;
}
.TagClassName
{
border-color: #C0DFF3;
}
</style>