Html Css Color HEX #0EBAB8 Iris Blue

📋 copy color: '#0EBAB8'

red 14 ◦ green 186 ◦ blue 184

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

Shades of Iris Blue #0EBAB8

Tints of Iris Blue #0EBAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 3.65%
G = 48.44%
B = 47.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#0EBAB8 (or 0x0EBAB8) is known color: Iris Blue. HEX triplet: 0E, BA and B8. RGB value is (14,186,184). Sum of RGB (Red+Green+Blue) = 14+186+184=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBAB8 is #F14547. Grayscale: #868686. Windows color (decimal): -15811912 or 12106254. OLE color: 12106254.

HSL color Cylindrical-coordinate representation of color #0EBAB8: hue angle of 179.3º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBAB8 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 184 -
CMYK 0.92 0 0.01 0.27
HSL 179.3º 0.86% 0.39% -
HSV(B) 179.3º 0.92% 0.73% -
XYZ 26.39 38.67 51.42 -
YUV 134.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 14 186 184 0.92 0 0.01 0.27 179.3 0.86 0.39
Hex E BA B8 5C 0 1 1B B3 56 27
Octal 16 272 270 134 0 1 33 263 126 47
Binary 1110 10111010 10111000 1011100 0 1 11011 10110011 1010110 100111

Color Harmonies of #0EBAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBAB8

Black with #0EBAB8

Text Example


Text Example

White with #0EBAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,184); }

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

background-color css

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

 a { background-color: rgb(14,186,184); }

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

border-color css

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

 span { border-color: rgb(14,186,184); }

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