Html Css Color HEX #0EBED8 Iris Blue

📋 copy color: '#0EBED8'

red 14 ◦ green 190 ◦ blue 216

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

Shades of Iris Blue #0EBED8

Tints of Iris Blue #0EBED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 3.33%
G = 45.24%
B = 51.43%

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

#0EBED8 (or 0x0EBED8) is known color: Iris Blue. HEX triplet: 0E, BE and D8. RGB value is (14,190,216). Sum of RGB (Red+Green+Blue) = 14+190+216=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #0EBED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBED8 is #F14127. Grayscale: #8C8C8C. Windows color (decimal): -15810856 or 14204430. OLE color: 14204430.

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

Color convert

RGB 14 190 216 -
CMYK 0.94 0.12 0 0.15
HSL 187.72º 0.88% 0.45% -
HSV(B) 187.72º 0.94% 0.85% -
XYZ 30.99 41.88 71.42 -
YUV 140.34 170.69 37.89 -
System Red Green Blue C M Y K H S L
Decimal 14 190 216 0.94 0.12 0 0.15 187.72 0.88 0.45
Hex E BE D8 5E C 0 F BC 58 2D
Octal 16 276 330 136 14 0 17 274 130 55
Binary 1110 10111110 11011000 1011110 1100 0 1111 10111100 1011000 101101

Color Harmonies of #0EBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBED8

Black with #0EBED8

Text Example


Text Example

White with #0EBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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