Html Css Color HEX #0EBBDB Iris Blue

📋 copy color: '#0EBBDB'

red 14 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #0EBBDB

Tints of Iris Blue #0EBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

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

R = 3.33%
G = 44.52%
B = 52.14%

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

#0EBBDB (or 0x0EBBDB) is known color: Iris Blue. HEX triplet: 0E, BB and DB. RGB value is (14,187,219). Sum of RGB (Red+Green+Blue) = 14+187+219=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EBBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBDB is #F14424. Grayscale: #8A8A8A. Windows color (decimal): -15811621 or 14400270. OLE color: 14400270.

HSL color Cylindrical-coordinate representation of color #0EBBDB: hue angle of 189.37º 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 #0EBBDB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 187 219 -
CMYK 0.94 0.15 0 0.14
HSL 189.37º 0.88% 0.46% -
HSV(B) 189.37º 0.94% 0.86% -
XYZ 30.74 40.75 73.26 -
YUV 138.92 173.19 38.9 -
System Red Green Blue C M Y K H S L
Decimal 14 187 219 0.94 0.15 0 0.14 189.37 0.88 0.46
Hex E BB DB 5E F 0 E BD 58 2E
Octal 16 273 333 136 17 0 16 275 130 56
Binary 1110 10111011 11011011 1011110 1111 0 1110 10111101 1011000 101110

Color Harmonies of #0EBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBDB

Black with #0EBBDB

Text Example


Text Example

White with #0EBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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