Html Css Color HEX #0EBCBA Iris Blue

📋 copy color: '#0EBCBA'

red 14 ◦ green 188 ◦ blue 186

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

Shades of Iris Blue #0EBCBA

Tints of Iris Blue #0EBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

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

R = 3.61%
G = 48.45%
B = 47.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#0EBCBA (or 0x0EBCBA) is known color: Iris Blue. HEX triplet: 0E, BC and BA. RGB value is (14,188,186). Sum of RGB (Red+Green+Blue) = 14+188+186=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCBA is #F14345. Grayscale: #878787. Windows color (decimal): -15811398 or 12237838. OLE color: 12237838.

HSL color Cylindrical-coordinate representation of color #0EBCBA: hue angle of 179.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBCBA is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 186 -
CMYK 0.93 0 0.01 0.26
HSL 179.31º 0.86% 0.4% -
HSV(B) 179.31º 0.93% 0.74% -
XYZ 27.03 39.6 52.67 -
YUV 135.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 14 188 186 0.93 0 0.01 0.26 179.31 0.86 0.4
Hex E BC BA 5D 0 1 1A B3 56 28
Octal 16 274 272 135 0 1 32 263 126 50
Binary 1110 10111100 10111010 1011101 0 1 11010 10110011 1010110 101000

Color Harmonies of #0EBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCBA

Black with #0EBCBA

Text Example


Text Example

White with #0EBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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