Html Css Color HEX #0EBABB Iris Blue

📋 copy color: '#0EBABB'

red 14 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #0EBABB

Tints of Iris Blue #0EBABB

RGB

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

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

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

R = 3.62%
G = 48.06%
B = 48.32%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EBABB (or 0x0EBABB) is known color: Iris Blue. HEX triplet: 0E, BA and BB. RGB value is (14,186,187). Sum of RGB (Red+Green+Blue) = 14+186+187=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EBABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBABB is #F14544. Grayscale: #868686. Windows color (decimal): -15811909 or 12302862. OLE color: 12302862.

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

Color convert

RGB 14 186 187 -
CMYK 0.93 0.01 0 0.27
HSL 180.35º 0.86% 0.39% -
HSV(B) 180.35º 0.93% 0.73% -
XYZ 26.71 38.8 53.09 -
YUV 134.69 157.52 41.92 -
System Red Green Blue C M Y K H S L
Decimal 14 186 187 0.93 0.01 0 0.27 180.35 0.86 0.39
Hex E BA BB 5D 1 0 1B B4 56 27
Octal 16 272 273 135 1 0 33 264 126 47
Binary 1110 10111010 10111011 1011101 1 0 11011 10110100 1010110 100111

Color Harmonies of #0EBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBABB

Black with #0EBABB

Text Example


Text Example

White with #0EBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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