Shades of Iris Blue #0CBEDF
Tints of Iris Blue #0CBEDF
RGB
CMYK
RGB Variations
Color information
#0CBEDF (or 0x0CBEDF) is known color: Iris Blue. HEX triplet: 0C, BE and DF. RGB value is (12,190,223). Sum of RGB (Red+Green+Blue) = 12+190+223=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CBEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEDF is #F34120. Grayscale: #8C8C8C. Windows color (decimal): -15941921 or 14663180. OLE color: 14663180.
HSL color Cylindrical-coordinate representation of color #0CBEDF: hue angle of 189.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBEDF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 190 | 223 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.13 |
| HSL | 189.38º | 0.9% | 0.46% | - |
| HSV(B) | 189.38º | 0.95% | 0.87% | - |
| XYZ | 31.88 | 42.23 | 76.28 | - |
| YUV | 140.54 | 174.53 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 223 | 0.95 | 0.15 | 0 | 0.13 | 189.38 | 0.9 | 0.46 |
| Hex | C | BE | DF | 5F | F | 0 | D | BD | 5A | 2E |
| Octal | 14 | 276 | 337 | 137 | 17 | 0 | 15 | 275 | 132 | 56 |
| Binary | 1100 | 10111110 | 11011111 | 1011111 | 1111 | 0 | 1101 | 10111101 | 1011010 | 101110 |
Color Harmonies of #0CBEDF
Complementary color
Monochromatic Colors of #0CBEDF
Black with #0CBEDF
Text Example
Text Example
White with #0CBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEDF; }
p { color: rgb(12,190,223); }
H1.HeaderClassName
{
color: #0CBEDF;
}
.AnyTagClassName
{
color: #0CBEDF;
}
</style>
background-color css
<style>
a { background-color: #0CBEDF; }
a { background-color: rgb(12,190,223); }
div.DivClassName
{
background-color: #0CBEDF;
}
.BgClassName
{
background-color: #0CBEDF;
}
</style>
border-color css
<style>
span { border-color: #0CBEDF; }
span { border-color: rgb(12,190,223); }
td.TdClassName
{
border-color: #0CBEDF;
}
.TagClassName
{
border-color: #0CBEDF;
}
</style>