#0CBFBB

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

Shades of Iris Blue #0CBFBB

Tints of Iris Blue #0CBFBB

Color information

#0CBFBB (or 0x0CBFBB) is unknown color: approx Iris Blue. HEX triplet: 0C, BF and BB. RGB value is (12,191,187). Sum of RGB (Red+Green+Blue) = 12+191+187=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFBB is #F34044. Grayscale: #888888. Windows color (decimal): -15941701 or 12304140. OLE color: 12304140.

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

Color convert

RGB12191187-
CMYK0.9400.020.25
HSL178.66º88.18%39.8%-
HSV(B)178.66º93.72%74.9%-
XYZ27.7540.9353.45-
YUV137.02156.238.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=3.08%
G=48.97%
B=47.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911870.9400.020.25178.6688.1839.8
HexCBFBB5E0219b35828
Octal14277273136023126313050
Binary11001011111110111011101111001011001101100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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