#0CBAC1

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

Shades of Iris Blue #0CBAC1

Tints of Iris Blue #0CBAC1

Color information

#0CBAC1 (or 0x0CBAC1) is unknown color: approx Iris Blue. HEX triplet: 0C, BA and C1. RGB value is (12,186,193). Sum of RGB (Red+Green+Blue) = 12+186+193=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #0CBAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBAC1 is #F3453E. Grayscale: #868686. Windows color (decimal): -15942975 or 12696076. OLE color: 12696076.

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

Color convert

RGB12186193-
CMYK0.940.0400.24
HSL182.32º88.29%40.2%-
HSV(B)182.32º93.78%75.69%-
XYZ27.3439.0556.55-
YUV134.77160.8540.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.07%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=3.07%
G=47.57%
B=49.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121861930.940.0400.24182.3288.2940.2
HexCBAC15E4018b65828
Octal14272301136403026613050
Binary110010111010110000011011110100011000101101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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