Html Css Color HEX #C0DAF4 Pale Cornflower Blue
📋 copy color: '#C0DAF4'red 192 ◦ green 218 ◦ blue 244
Shades of Pale Cornflower Blue #C0DAF4
Tints of Pale Cornflower Blue #C0DAF4
RGB
CMYK
RGB Variations
Color information
#C0DAF4 (or 0xC0DAF4) is known color: Pale Cornflower Blue. HEX triplet: C0, DA and F4. RGB value is (192,218,244). Sum of RGB (Red+Green+Blue) = 192+218+244=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAF4 is #3F250B. Grayscale: #D5D5D5. Windows color (decimal): -4138252 or 16046784. OLE color: 16046784.
HSL color Cylindrical-coordinate representation of color #C0DAF4: hue angle of 210º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DAF4 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 218 | 244 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.04 |
| HSL | 210º | 0.7% | 0.85% | - |
| HSV(B) | 210º | 0.21% | 0.96% | - |
| XYZ | 63.14 | 67.88 | 95.36 | - |
| YUV | 213.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 244 | 0.21 | 0.11 | 0 | 0.04 | 210 | 0.7 | 0.85 |
| Hex | C0 | DA | F4 | 15 | B | 0 | 4 | D2 | 46 | 55 |
| Octal | 300 | 332 | 364 | 25 | 13 | 0 | 4 | 322 | 106 | 125 |
| Binary | 11000000 | 11011010 | 11110100 | 10101 | 1011 | 0 | 100 | 11010010 | 1000110 | 1010101 |
Color Harmonies of #C0DAF4
Complementary color
Monochromatic Colors of #C0DAF4
Black with #C0DAF4
Text Example
Text Example
White with #C0DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAF4; }
p { color: rgb(192,218,244); }
H1.HeaderClassName
{
color: #C0DAF4;
}
.AnyTagClassName
{
color: #C0DAF4;
}
</style>
background-color css
<style>
a { background-color: #C0DAF4; }
a { background-color: rgb(192,218,244); }
div.DivClassName
{
background-color: #C0DAF4;
}
.BgClassName
{
background-color: #C0DAF4;
}
</style>
border-color css
<style>
span { border-color: #C0DAF4; }
span { border-color: rgb(192,218,244); }
td.TdClassName
{
border-color: #C0DAF4;
}
.TagClassName
{
border-color: #C0DAF4;
}
</style>