Html Css Color HEX #0EBCBF Iris Blue

📋 copy color: '#0EBCBF'

red 14 ◦ green 188 ◦ blue 191

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

Shades of Iris Blue #0EBCBF

Tints of Iris Blue #0EBCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 3.56%
G = 47.84%
B = 48.6%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EBCBF (or 0x0EBCBF) is known color: Iris Blue. HEX triplet: 0E, BC and BF. RGB value is (14,188,191). Sum of RGB (Red+Green+Blue) = 14+188+191=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #0EBCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCBF is #F14340. Grayscale: #888888. Windows color (decimal): -15811393 or 12565518. OLE color: 12565518.

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

Color convert

RGB 14 188 191 -
CMYK 0.93 0.02 0 0.25
HSL 181.02º 0.86% 0.4% -
HSV(B) 181.02º 0.93% 0.75% -
XYZ 27.57 39.82 55.52 -
YUV 136.32 158.85 40.76 -
System Red Green Blue C M Y K H S L
Decimal 14 188 191 0.93 0.02 0 0.25 181.02 0.86 0.4
Hex E BC BF 5D 2 0 19 B5 56 28
Octal 16 274 277 135 2 0 31 265 126 50
Binary 1110 10111100 10111111 1011101 10 0 11001 10110101 1010110 101000

Color Harmonies of #0EBCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCBF

Black with #0EBCBF

Text Example


Text Example

White with #0EBCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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