Html Css Color HEX #0EB9DB Iris Blue

📋 copy color: '#0EB9DB'

red 14 ◦ green 185 ◦ blue 219

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

Shades of Iris Blue #0EB9DB

Tints of Iris Blue #0EB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

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

R = 3.35%
G = 44.26%
B = 52.39%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EB9DB (or 0x0EB9DB) is known color: Iris Blue. HEX triplet: 0E, B9 and DB. RGB value is (14,185,219). Sum of RGB (Red+Green+Blue) = 14+185+219=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB9DB is #F14624. Grayscale: #898989. Windows color (decimal): -15812133 or 14399758. OLE color: 14399758.

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

Color convert

RGB 14 185 219 -
CMYK 0.94 0.16 0 0.14
HSL 189.95º 0.88% 0.46% -
HSV(B) 189.95º 0.94% 0.86% -
XYZ 30.32 39.91 73.12 -
YUV 137.75 173.85 39.74 -
System Red Green Blue C M Y K H S L
Decimal 14 185 219 0.94 0.16 0 0.14 189.95 0.88 0.46
Hex E B9 DB 5E 10 0 E BE 58 2E
Octal 16 271 333 136 20 0 16 276 130 56
Binary 1110 10111001 11011011 1011110 10000 0 1110 10111110 1011000 101110

Color Harmonies of #0EB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB9DB

Black with #0EB9DB

Text Example


Text Example

White with #0EB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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