Html Css Color HEX #0EB0BE Iris Blue

📋 copy color: '#0EB0BE'

red 14 ◦ green 176 ◦ blue 190

#0EB0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0EB0BE

Tints of Iris Blue #0EB0BE

RGB

 RED value IS 14 (5.86% from 255) = 3.68%

 GREEN value IS 176 (69.14% from 255) = 46.32%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 3.68%
G = 46.32%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EB0BE (or 0x0EB0BE) is known color: Iris Blue. HEX triplet: 0E, B0 and BE. RGB value is (14,176,190). Sum of RGB (Red+Green+Blue) = 14+176+190=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EB0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB0BE is #F14F41. Grayscale: #808080. Windows color (decimal): -15814466 or 12496910. OLE color: 12496910.

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

Color convert

RGB 14 176 190 -
CMYK 0.93 0.07 0 0.25
HSL 184.77º 0.86% 0.4% -
HSV(B) 184.77º 0.93% 0.75% -
XYZ 25 34.86 54.13 -
YUV 129.16 162.33 45.86 -
System Red Green Blue C M Y K H S L
Decimal 14 176 190 0.93 0.07 0 0.25 184.77 0.86 0.4
Hex E B0 BE 5D 7 0 19 B9 56 28
Octal 16 260 276 135 7 0 31 271 126 50
Binary 1110 10110000 10111110 1011101 111 0 11001 10111001 1010110 101000

Color Harmonies of #0EB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB0BE

Black with #0EB0BE

Text Example


Text Example

White with #0EB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,176,190); }

 H1.HeaderClassName
 {
   color: #0EB0BE;
 }
 .AnyTagClassName
 {
   color: #0EB0BE;
 }
</style>

background-color css

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

 a { background-color: rgb(14,176,190); }

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

border-color css

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

 span { border-color: rgb(14,176,190); }

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