#0EAFC0

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

Shades of Iris Blue #0EAFC0

Tints of Iris Blue #0EAFC0

Color information

#0EAFC0 (or 0x0EAFC0) is unknown color: approx Iris Blue. HEX triplet: 0E, AF and C0. RGB value is (14,175,192). Sum of RGB (Red+Green+Blue) = 14+175+192=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #0EAFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFC0 is #F1503F. Grayscale: #808080. Windows color (decimal): -15814720 or 12627726. OLE color: 12627726.

HSL color Cylindrical-coordinate representation of color #0EAFC0: hue angle of 185.73º 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 #0EAFC0 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14175192-
CMYK0.930.0900.25
HSL185.73º86.41%40.39%-
HSV(B)185.73º92.71%75.29%-
XYZ25.0334.5655.22-
YUV128.8163.6646.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.67%
GREEN value IS 175 (68.75% from 255) = 45.93%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=3.67%
G=45.93%
B=50.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141751920.930.0900.25185.7386.4140.39
HexEAFC05D9019ba5628
Octal162573001351103127212650
Binary1110101011111100000010111011001011001101110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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