#0CBCC1

Color #0CBCC1 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0CBCC1

Tints of Iris Blue #0CBCC1

Color information

#0CBCC1 (or 0x0CBCC1) is unknown color: approx Iris Blue. HEX triplet: 0C, BC and C1. RGB value is (12,188,193). Sum of RGB (Red+Green+Blue) = 12+188+193=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #0CBCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCC1 is #F3433E. Grayscale: #878787. Windows color (decimal): -15942463 or 12696588. OLE color: 12696588.

HSL color Cylindrical-coordinate representation of color #0CBCC1: hue angle of 181.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCC1 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12188193-
CMYK0.940.0300.24
HSL181.66º88.29%40.2%-
HSV(B)181.66º93.78%75.69%-
XYZ27.7639.8956.69-
YUV135.95160.1939.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 3.05%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=3.05%
G=47.84%
B=49.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121881930.940.0300.24181.6688.2940.2
HexCBCC15E3018b65828
Octal14274301136303026613050
Binary11001011110011000001101111011011000101101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBCC1; }

 p { color: rgb(12,188,193); }

 H1.HeaderClassName
 {
   color: #0CBCC1;
 }
 .AnyTagClassName
 {
   color: #0CBCC1;
 }
</style>
background-color css

<style>
 a { background-color: #0CBCC1; }

 a { background-color: rgb(12,188,193); }

 div.DivClassName
 {
   background-color: #0CBCC1;
 }
 .BgClassName
 {
   background-color: #0CBCC1;
 }
</style>
border-color css

<style>
 span { border-color: #0CBCC1; }

 span { border-color: rgb(12,188,193); }

 td.TdClassName
 {
   border-color: #0CBCC1;
 }
 .TagClassName
 {
   border-color: #0CBCC1;
 }
</style>