#0CBBC1

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

Shades of Iris Blue #0CBBC1

Tints of Iris Blue #0CBBC1

Color information

#0CBBC1 (or 0x0CBBC1) is unknown color: approx Iris Blue. HEX triplet: 0C, BB and C1. RGB value is (12,187,193). Sum of RGB (Red+Green+Blue) = 12+187+193=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #0CBBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBC1 is #F3443E. Grayscale: #878787. Windows color (decimal): -15942719 or 12696332. OLE color: 12696332.

HSL color Cylindrical-coordinate representation of color #0CBBC1: hue angle of 181.99º 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 #0CBBC1 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12187193-
CMYK0.940.0300.24
HSL181.99º88.29%40.2%-
HSV(B)181.99º93.78%75.69%-
XYZ27.5539.4756.62-
YUV135.36160.5240.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.06%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=3.06%
G=47.70%
B=49.23%

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
Decimal121871930.940.0300.24181.9988.2940.2
HexCBBC15E3018b65828
Octal14273301136303026613050
Binary11001011101111000001101111011011000101101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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