#0CBFB7

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

Shades of Iris Blue #0CBFB7

Tints of Iris Blue #0CBFB7

Color information

#0CBFB7 (or 0x0CBFB7) is unknown color: approx Iris Blue. HEX triplet: 0C, BF and B7. RGB value is (12,191,183). Sum of RGB (Red+Green+Blue) = 12+191+183=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFB7 is #F34048. Grayscale: #888888. Windows color (decimal): -15941705 or 12041996. OLE color: 12041996.

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

Color convert

RGB12191183-
CMYK0.9400.040.25
HSL177.32º88.18%39.8%-
HSV(B)177.32º93.72%74.9%-
XYZ27.3340.7651.23-
YUV136.57154.239.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.11%
GREEN value IS 191 (75% from 255) = 49.48%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=3.11%
G=49.48%
B=47.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911830.9400.040.25177.3288.1839.8
HexCBFB75E0419b15828
Octal14277267136043126113050
Binary110010111111101101111011110010011001101100011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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