Html Css Color HEX #0EB3BC Iris Blue

📋 copy color: '#0EB3BC'

red 14 ◦ green 179 ◦ blue 188

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

Shades of Iris Blue #0EB3BC

Tints of Iris Blue #0EB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 3.67%
G = 46.98%
B = 49.34%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EB3BC (or 0x0EB3BC) is known color: Iris Blue. HEX triplet: 0E, B3 and BC. RGB value is (14,179,188). Sum of RGB (Red+Green+Blue) = 14+179+188=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EB3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB3BC is #F14C43. Grayscale: #828282. Windows color (decimal): -15813700 or 12366606. OLE color: 12366606.

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

Color convert

RGB 14 179 188 -
CMYK 0.93 0.05 0 0.26
HSL 183.1º 0.86% 0.4% -
HSV(B) 183.1º 0.93% 0.74% -
XYZ 25.38 35.96 53.18 -
YUV 130.69 160.34 44.77 -
System Red Green Blue C M Y K H S L
Decimal 14 179 188 0.93 0.05 0 0.26 183.1 0.86 0.4
Hex E B3 BC 5D 5 0 1A B7 56 28
Octal 16 263 274 135 5 0 32 267 126 50
Binary 1110 10110011 10111100 1011101 101 0 11010 10110111 1010110 101000

Color Harmonies of #0EB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB3BC

Black with #0EB3BC

Text Example


Text Example

White with #0EB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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