Html Css Color HEX #0EBADB Iris Blue

📋 copy color: '#0EBADB'

red 14 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #0EBADB

Tints of Iris Blue #0EBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 3.34%
G = 44.39%
B = 52.27%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EBADB (or 0x0EBADB) is known color: Iris Blue. HEX triplet: 0E, BA and DB. RGB value is (14,186,219). Sum of RGB (Red+Green+Blue) = 14+186+219=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EBADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBADB is #F14524. Grayscale: #8A8A8A. Windows color (decimal): -15811877 or 14400014. OLE color: 14400014.

HSL color Cylindrical-coordinate representation of color #0EBADB: hue angle of 189.66º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBADB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 186 219 -
CMYK 0.94 0.15 0 0.14
HSL 189.66º 0.88% 0.46% -
HSV(B) 189.66º 0.94% 0.86% -
XYZ 30.53 40.33 73.19 -
YUV 138.33 173.52 39.32 -
System Red Green Blue C M Y K H S L
Decimal 14 186 219 0.94 0.15 0 0.14 189.66 0.88 0.46
Hex E BA DB 5E F 0 E BE 58 2E
Octal 16 272 333 136 17 0 16 276 130 56
Binary 1110 10111010 11011011 1011110 1111 0 1110 10111110 1011000 101110

Color Harmonies of #0EBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBADB

Black with #0EBADB

Text Example


Text Example

White with #0EBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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