#0EB2CA

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

Shades of Iris Blue #0EB2CA

Tints of Iris Blue #0EB2CA

Color information

#0EB2CA (or 0x0EB2CA) is unknown color: approx Iris Blue. HEX triplet: 0E, B2 and CA. RGB value is (14,178,202). Sum of RGB (Red+Green+Blue) = 14+178+202=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #0EB2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2CA is #F14D35. Grayscale: #838383. Windows color (decimal): -15813942 or 13283854. OLE color: 13283854.

HSL color Cylindrical-coordinate representation of color #0EB2CA: hue angle of 187.66º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB2CA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14178202-
CMYK0.930.1200.21
HSL187.66º87.04%42.35%-
HSV(B)187.66º93.07%79.22%-
XYZ26.7636.261.45-
YUV131.7167.6744.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.55%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=3.55%
G=45.18%
B=51.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141782020.930.1200.21187.6687.0442.35
HexEB2CA5DC015bc572a
Octal162623121351402527412752
Binary1110101100101100101010111011100010101101111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,202); }

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

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

 a { background-color: rgb(14,178,202); }

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

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

 span { border-color: rgb(14,178,202); }

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