#0CBEB7

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

Shades of Iris Blue #0CBEB7

Tints of Iris Blue #0CBEB7

Color information

#0CBEB7 (or 0x0CBEB7) is unknown color: approx Iris Blue. HEX triplet: 0C, BE and B7. RGB value is (12,190,183). Sum of RGB (Red+Green+Blue) = 12+190+183=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBEB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEB7 is #F34148. Grayscale: #878787. Windows color (decimal): -15941961 or 12041740. OLE color: 12041740.

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

Color convert

RGB12190183-
CMYK0.9400.040.25
HSL177.64º88.12%39.61%-
HSV(B)177.64º93.68%74.51%-
XYZ27.1140.3251.15-
YUV135.98154.5339.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.12%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=3.12%
G=49.35%
B=47.53%

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
Decimal121901830.9400.040.25177.6488.1239.61
HexCBEB75E0419b25828
Octal14276267136043126213050
Binary110010111110101101111011110010011001101100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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