Html Css Color HEX #0EB1BD Iris Blue

📋 copy color: '#0EB1BD'

red 14 ◦ green 177 ◦ blue 189

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

Shades of Iris Blue #0EB1BD

Tints of Iris Blue #0EB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.58%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 3.68%
G = 46.58%
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

#0EB1BD (or 0x0EB1BD) is known color: Iris Blue. HEX triplet: 0E, B1 and BD. RGB value is (14,177,189). Sum of RGB (Red+Green+Blue) = 14+177+189=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EB1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB1BD is #F14E42. Grayscale: #818181. Windows color (decimal): -15814211 or 12431630. OLE color: 12431630.

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

Color convert

RGB 14 177 189 -
CMYK 0.93 0.06 0 0.26
HSL 184.11º 0.86% 0.4% -
HSV(B) 184.11º 0.93% 0.74% -
XYZ 25.09 35.21 53.62 -
YUV 129.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 14 177 189 0.93 0.06 0 0.26 184.11 0.86 0.4
Hex E B1 BD 5D 6 0 1A B8 56 28
Octal 16 261 275 135 6 0 32 270 126 50
Binary 1110 10110001 10111101 1011101 110 0 11010 10111000 1010110 101000

Color Harmonies of #0EB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB1BD

Black with #0EB1BD

Text Example


Text Example

White with #0EB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,177,189); }

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

background-color css

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

 a { background-color: rgb(14,177,189); }

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

border-color css

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

 span { border-color: rgb(14,177,189); }

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