Html Css Color HEX #0EBED9 Iris Blue

📋 copy color: '#0EBED9'

red 14 ◦ green 190 ◦ blue 217

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

Shades of Iris Blue #0EBED9

Tints of Iris Blue #0EBED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.13%

 BLUE value IS 217 (85.16% from 255) = 51.54%

R = 3.33%
G = 45.13%
B = 51.54%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0EBED9 (or 0x0EBED9) is known color: Iris Blue. HEX triplet: 0E, BE and D9. RGB value is (14,190,217). Sum of RGB (Red+Green+Blue) = 14+190+217=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #0EBED9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBED9 is #F14126. Grayscale: #8C8C8C. Windows color (decimal): -15810855 or 14269966. OLE color: 14269966.

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

Color convert

RGB 14 190 217 -
CMYK 0.94 0.12 0 0.15
HSL 187.98º 0.88% 0.45% -
HSV(B) 187.98º 0.94% 0.85% -
XYZ 31.12 41.93 72.1 -
YUV 140.45 171.19 37.8 -
System Red Green Blue C M Y K H S L
Decimal 14 190 217 0.94 0.12 0 0.15 187.98 0.88 0.45
Hex E BE D9 5E C 0 F BC 58 2D
Octal 16 276 331 136 14 0 17 274 130 55
Binary 1110 10111110 11011001 1011110 1100 0 1111 10111100 1011000 101101

Color Harmonies of #0EBED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBED9

Black with #0EBED9

Text Example


Text Example

White with #0EBED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,190,217); }

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

background-color css

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

 a { background-color: rgb(14,190,217); }

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

border-color css

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

 span { border-color: rgb(14,190,217); }

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