Html Css Color HEX #C0D9F2 Pale Cornflower Blue
📋 copy color: '#C0D9F2'red 192 ◦ green 217 ◦ blue 242
Shades of Pale Cornflower Blue #C0D9F2
Tints of Pale Cornflower Blue #C0D9F2
RGB
CMYK
RGB Variations
Color information
#C0D9F2 (or 0xC0D9F2) is known color: Pale Cornflower Blue. HEX triplet: C0, D9 and F2. RGB value is (192,217,242). Sum of RGB (Red+Green+Blue) = 192+217+242=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0D9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9F2 is #3F260D. Grayscale: #D4D4D4. Windows color (decimal): -4138510 or 15915456. OLE color: 15915456.
HSL color Cylindrical-coordinate representation of color #C0D9F2: hue angle of 210º degrees, saturation: 0.66, 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 #C0D9F2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 217 | 242 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.05 |
| HSL | 210º | 0.66% | 0.85% | - |
| HSV(B) | 210º | 0.21% | 0.95% | - |
| XYZ | 62.58 | 67.24 | 93.69 | - |
| YUV | 212.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 242 | 0.21 | 0.10 | 0 | 0.05 | 210 | 0.66 | 0.85 |
| Hex | C0 | D9 | F2 | 15 | A | 0 | 5 | D2 | 42 | 55 |
| Octal | 300 | 331 | 362 | 25 | 12 | 0 | 5 | 322 | 102 | 125 |
| Binary | 11000000 | 11011001 | 11110010 | 10101 | 1010 | 0 | 101 | 11010010 | 1000010 | 1010101 |
Color Harmonies of #C0D9F2
Complementary color
Monochromatic Colors of #C0D9F2
Black with #C0D9F2
Text Example
Text Example
White with #C0D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9F2; }
p { color: rgb(192,217,242); }
H1.HeaderClassName
{
color: #C0D9F2;
}
.AnyTagClassName
{
color: #C0D9F2;
}
</style>
background-color css
<style>
a { background-color: #C0D9F2; }
a { background-color: rgb(192,217,242); }
div.DivClassName
{
background-color: #C0D9F2;
}
.BgClassName
{
background-color: #C0D9F2;
}
</style>
border-color css
<style>
span { border-color: #C0D9F2; }
span { border-color: rgb(192,217,242); }
td.TdClassName
{
border-color: #C0D9F2;
}
.TagClassName
{
border-color: #C0D9F2;
}
</style>