#0EC0D3

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

Shades of Iris Blue #0EC0D3

Tints of Iris Blue #0EC0D3

Color information

#0EC0D3 (or 0x0EC0D3) is unknown color: approx Iris Blue. HEX triplet: 0E, C0 and D3. RGB value is (14,192,211). Sum of RGB (Red+Green+Blue) = 14+192+211=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EC0D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0D3 is #F13F2C. Grayscale: #8C8C8C. Windows color (decimal): -15810349 or 13877262. OLE color: 13877262.

HSL color Cylindrical-coordinate representation of color #0EC0D3: hue angle of 185.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0D3 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14192211-
CMYK0.930.0900.17
HSL185.79º87.56%44.12%-
HSV(B)185.79º93.36%82.75%-
XYZ30.7942.568.21-
YUV140.94167.5337.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.36%
GREEN value IS 192 (75.39% from 255) = 46.04%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=3.36%
G=46.04%
B=50.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141922110.930.0900.17185.7987.5644.12
HexEC0D35D9011ba582c
Octal163003231351102127213054
Binary1110110000001101001110111011001010001101110101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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