#0EBCC0

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

Shades of Iris Blue #0EBCC0

Tints of Iris Blue #0EBCC0

Color information

#0EBCC0 (or 0x0EBCC0) is unknown color: approx Iris Blue. HEX triplet: 0E, BC and C0. RGB value is (14,188,192). Sum of RGB (Red+Green+Blue) = 14+188+192=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #0EBCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCC0 is #F1433F. Grayscale: #888888. Windows color (decimal): -15811392 or 12631054. OLE color: 12631054.

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

Color convert

RGB14188192-
CMYK0.930.0200.25
HSL181.35º86.41%40.39%-
HSV(B)181.35º92.71%75.29%-
XYZ27.6839.8756.11-
YUV136.43159.3540.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.55%
GREEN value IS 188 (73.83% from 255) = 47.72%
BLUE value IS 192 (75.39% from 255) = 48.73%
R=3.55%
G=47.72%
B=48.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141881920.930.0200.25181.3586.4140.39
HexEBCC05D2019b55628
Octal16274300135203126512650
Binary11101011110011000000101110110011001101101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,192); }

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

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

 a { background-color: rgb(14,188,192); }

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

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

 span { border-color: rgb(14,188,192); }

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