Html Css Color HEX #0EBFBB Iris Blue

📋 copy color: '#0EBFBB'

red 14 ◦ green 191 ◦ blue 187

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

Shades of Iris Blue #0EBFBB

Tints of Iris Blue #0EBFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 3.57%
G = 48.72%
B = 47.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#0EBFBB (or 0x0EBFBB) is known color: Iris Blue. HEX triplet: 0E, BF and BB. RGB value is (14,191,187). Sum of RGB (Red+Green+Blue) = 14+191+187=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFBB is #F14044. Grayscale: #898989. Windows color (decimal): -15810629 or 12304142. OLE color: 12304142.

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

Color convert

RGB 14 191 187 -
CMYK 0.93 0 0.02 0.25
HSL 178.64º 0.86% 0.4% -
HSV(B) 178.64º 0.93% 0.75% -
XYZ 27.78 40.94 53.45 -
YUV 137.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 14 191 187 0.93 0 0.02 0.25 178.64 0.86 0.4
Hex E BF BB 5D 0 2 19 B3 56 28
Octal 16 277 273 135 0 2 31 263 126 50
Binary 1110 10111111 10111011 1011101 0 10 11001 10110011 1010110 101000

Color Harmonies of #0EBFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFBB

Black with #0EBFBB

Text Example


Text Example

White with #0EBFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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