Html Css Color HEX #0EBFBA Iris Blue

📋 copy color: '#0EBFBA'

red 14 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #0EBFBA

Tints of Iris Blue #0EBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 48.85%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 3.58%
G = 48.85%
B = 47.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#0EBFBA (or 0x0EBFBA) is known color: Iris Blue. HEX triplet: 0E, BF and BA. RGB value is (14,191,186). Sum of RGB (Red+Green+Blue) = 14+191+186=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFBA is #F14045. Grayscale: #898989. Windows color (decimal): -15810630 or 12238606. OLE color: 12238606.

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

Color convert

RGB 14 191 186 -
CMYK 0.93 0 0.03 0.25
HSL 178.31º 0.86% 0.4% -
HSV(B) 178.31º 0.93% 0.75% -
XYZ 27.67 40.9 52.89 -
YUV 137.51 155.36 39.91 -
System Red Green Blue C M Y K H S L
Decimal 14 191 186 0.93 0 0.03 0.25 178.31 0.86 0.4
Hex E BF BA 5D 0 3 19 B2 56 28
Octal 16 277 272 135 0 3 31 262 126 50
Binary 1110 10111111 10111010 1011101 0 11 11001 10110010 1010110 101000

Color Harmonies of #0EBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFBA

Black with #0EBFBA

Text Example


Text Example

White with #0EBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,191,186); }

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

background-color css

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

 a { background-color: rgb(14,191,186); }

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

border-color css

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

 span { border-color: rgb(14,191,186); }

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