#0EB4B8

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

Shades of Iris Blue #0EB4B8

Tints of Iris Blue #0EB4B8

Color information

#0EB4B8 (or 0x0EB4B8) is unknown color: approx Iris Blue. HEX triplet: 0E, B4 and B8. RGB value is (14,180,184). Sum of RGB (Red+Green+Blue) = 14+180+184=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #0EB4B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB4B8 is #F14B47. Grayscale: #828282. Windows color (decimal): -15813448 or 12104718. OLE color: 12104718.

HSL color Cylindrical-coordinate representation of color #0EB4B8: hue angle of 181.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB4B8 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14180184-
CMYK0.920.0200.28
HSL181.41º85.86%38.82%-
HSV(B)181.41º92.39%72.16%-
XYZ25.1536.251.01-
YUV130.8215844.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.70%
GREEN value IS 180 (70.70% from 255) = 47.62%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=3.70%
G=47.62%
B=48.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141801840.920.0200.28181.4185.8638.82
HexEB4B85C201Cb55627
Octal16264270134203426512647
Binary11101011010010111000101110010011100101101011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,180,184); }

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

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

 a { background-color: rgb(14,180,184); }

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

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

 span { border-color: rgb(14,180,184); }

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