#0EBBBA

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

Shades of Iris Blue #0EBBBA

Tints of Iris Blue #0EBBBA

Color information

#0EBBBA (or 0x0EBBBA) is unknown color: approx Iris Blue. HEX triplet: 0E, BB and BA. RGB value is (14,187,186). Sum of RGB (Red+Green+Blue) = 14+187+186=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBBA is #F14445. Grayscale: #868686. Windows color (decimal): -15811654 or 12237582. OLE color: 12237582.

HSL color Cylindrical-coordinate representation of color #0EBBBA: hue angle of 179.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBBA is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB14187186-
CMYK0.9300.010.27
HSL179.65º86.07%39.41%-
HSV(B)179.65º92.51%73.33%-
XYZ26.8139.1852.6-
YUV135.16156.6941.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.62%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=3.62%
G=48.32%
B=48.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141871860.9300.010.27179.6586.0739.41
HexEBBBA5D011Bb45627
Octal16273272135013326412647
Binary1110101110111011101010111010111011101101001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,187,186); }

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

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

 a { background-color: rgb(14,187,186); }

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

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

 span { border-color: rgb(14,187,186); }

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