Html Css Color HEX #0EB8BB Iris Blue

📋 copy color: '#0EB8BB'

red 14 ◦ green 184 ◦ blue 187

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

Shades of Iris Blue #0EB8BB

Tints of Iris Blue #0EB8BB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 3.64%
G = 47.79%
B = 48.57%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EB8BB (or 0x0EB8BB) is known color: Iris Blue. HEX triplet: 0E, B8 and BB. RGB value is (14,184,187). Sum of RGB (Red+Green+Blue) = 14+184+187=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EB8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8BB is #F14744. Grayscale: #858585. Windows color (decimal): -15812421 or 12302350. OLE color: 12302350.

HSL color Cylindrical-coordinate representation of color #0EB8BB: hue angle of 181.04º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB8BB is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 184 187 -
CMYK 0.93 0.02 0 0.27
HSL 181.04º 0.86% 0.39% -
HSV(B) 181.04º 0.93% 0.73% -
XYZ 26.29 37.96 52.96 -
YUV 133.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 14 184 187 0.93 0.02 0 0.27 181.04 0.86 0.39
Hex E B8 BB 5D 2 0 1B B5 56 27
Octal 16 270 273 135 2 0 33 265 126 47
Binary 1110 10111000 10111011 1011101 10 0 11011 10110101 1010110 100111

Color Harmonies of #0EB8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB8BB

Black with #0EB8BB

Text Example


Text Example

White with #0EB8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,184,187); }

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

background-color css

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

 a { background-color: rgb(14,184,187); }

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

border-color css

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

 span { border-color: rgb(14,184,187); }

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