Html Css Color HEX #0EBEBB Iris Blue

📋 copy color: '#0EBEBB'

red 14 ◦ green 190 ◦ blue 187

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

Shades of Iris Blue #0EBEBB

Tints of Iris Blue #0EBEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.59%

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

R = 3.58%
G = 48.59%
B = 47.83%

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

#0EBEBB (or 0x0EBEBB) is known color: Iris Blue. HEX triplet: 0E, BE and BB. RGB value is (14,190,187). Sum of RGB (Red+Green+Blue) = 14+190+187=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEBB is #F14144. Grayscale: #888888. Windows color (decimal): -15810885 or 12303886. OLE color: 12303886.

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

Color convert

RGB 14 190 187 -
CMYK 0.93 0 0.02 0.25
HSL 178.98º 0.86% 0.4% -
HSV(B) 178.98º 0.93% 0.75% -
XYZ 27.56 40.51 53.38 -
YUV 137.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 14 190 187 0.93 0 0.02 0.25 178.98 0.86 0.4
Hex E BE BB 5D 0 2 19 B3 56 28
Octal 16 276 273 135 0 2 31 263 126 50
Binary 1110 10111110 10111011 1011101 0 10 11001 10110011 1010110 101000

Color Harmonies of #0EBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBEBB

Black with #0EBEBB

Text Example


Text Example

White with #0EBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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