Shades of Iris Blue #1CBECE
Tints of Iris Blue #1CBECE
RGB
CMYK
RGB Variations
Color information
#1CBECE (or 0x1CBECE) is known color: Iris Blue. HEX triplet: 1C, BE and CE. RGB value is (28,190,206). Sum of RGB (Red+Green+Blue) = 28+190+206=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECE is #E34131. Grayscale: #8F8F8F. Windows color (decimal): -14893362 or 13549084. OLE color: 13549084.
HSL color Cylindrical-coordinate representation of color #1CBECE: hue angle of 185.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBECE is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 190 | 206 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.19 |
| HSL | 185.39º | 0.76% | 0.46% | - |
| HSV(B) | 185.39º | 0.86% | 0.81% | - |
| XYZ | 30.03 | 41.53 | 64.83 | - |
| YUV | 143.39 | 163.33 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 206 | 0.86 | 0.08 | 0 | 0.19 | 185.39 | 0.76 | 0.46 |
| Hex | 1C | BE | CE | 56 | 8 | 0 | 13 | B9 | 4C | 2E |
| Octal | 34 | 276 | 316 | 126 | 10 | 0 | 23 | 271 | 114 | 56 |
| Binary | 11100 | 10111110 | 11001110 | 1010110 | 1000 | 0 | 10011 | 10111001 | 1001100 | 101110 |
Color Harmonies of #1CBECE
Complementary color
Monochromatic Colors of #1CBECE
Black with #1CBECE
Text Example
Text Example
White with #1CBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBECE; }
p { color: rgb(28,190,206); }
H1.HeaderClassName
{
color: #1CBECE;
}
.AnyTagClassName
{
color: #1CBECE;
}
</style>
background-color css
<style>
a { background-color: #1CBECE; }
a { background-color: rgb(28,190,206); }
div.DivClassName
{
background-color: #1CBECE;
}
.BgClassName
{
background-color: #1CBECE;
}
</style>
border-color css
<style>
span { border-color: #1CBECE; }
span { border-color: rgb(28,190,206); }
td.TdClassName
{
border-color: #1CBECE;
}
.TagClassName
{
border-color: #1CBECE;
}
</style>