Html Css Color HEX #0EB2BE Iris Blue

📋 copy color: '#0EB2BE'

red 14 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #0EB2BE

Tints of Iris Blue #0EB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

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

R = 3.66%
G = 46.6%
B = 49.74%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EB2BE (or 0x0EB2BE) is known color: Iris Blue. HEX triplet: 0E, B2 and BE. RGB value is (14,178,190). Sum of RGB (Red+Green+Blue) = 14+178+190=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EB2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2BE is #F14D41. Grayscale: #828282. Windows color (decimal): -15813954 or 12497422. OLE color: 12497422.

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

Color convert

RGB 14 178 190 -
CMYK 0.93 0.06 0 0.25
HSL 184.09º 0.86% 0.4% -
HSV(B) 184.09º 0.93% 0.75% -
XYZ 25.4 35.65 54.26 -
YUV 130.33 161.67 45.02 -
System Red Green Blue C M Y K H S L
Decimal 14 178 190 0.93 0.06 0 0.25 184.09 0.86 0.4
Hex E B2 BE 5D 6 0 19 B8 56 28
Octal 16 262 276 135 6 0 31 270 126 50
Binary 1110 10110010 10111110 1011101 110 0 11001 10111000 1010110 101000

Color Harmonies of #0EB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB2BE

Black with #0EB2BE

Text Example


Text Example

White with #0EB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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