Html Css Color HEX #0EB0BC Iris Blue

📋 copy color: '#0EB0BC'

red 14 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #0EB0BC

Tints of Iris Blue #0EB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.56%

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

R = 3.7%
G = 46.56%
B = 49.74%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EB0BC (or 0x0EB0BC) is known color: Iris Blue. HEX triplet: 0E, B0 and BC. RGB value is (14,176,188). Sum of RGB (Red+Green+Blue) = 14+176+188=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EB0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB0BC is #F14F43. Grayscale: #808080. Windows color (decimal): -15814468 or 12365838. OLE color: 12365838.

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

Color convert

RGB 14 176 188 -
CMYK 0.93 0.06 0 0.26
HSL 184.14º 0.86% 0.4% -
HSV(B) 184.14º 0.93% 0.74% -
XYZ 24.78 34.77 52.98 -
YUV 128.93 161.33 46.02 -
System Red Green Blue C M Y K H S L
Decimal 14 176 188 0.93 0.06 0 0.26 184.14 0.86 0.4
Hex E B0 BC 5D 6 0 1A B8 56 28
Octal 16 260 274 135 6 0 32 270 126 50
Binary 1110 10110000 10111100 1011101 110 0 11010 10111000 1010110 101000

Color Harmonies of #0EB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB0BC

Black with #0EB0BC

Text Example


Text Example

White with #0EB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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