Html Css Color HEX #0EBDB9 Iris Blue

📋 copy color: '#0EBDB9'

red 14 ◦ green 189 ◦ blue 185

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

Shades of Iris Blue #0EBDB9

Tints of Iris Blue #0EBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 3.61%
G = 48.71%
B = 47.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#0EBDB9 (or 0x0EBDB9) is known color: Iris Blue. HEX triplet: 0E, BD and B9. RGB value is (14,189,185). Sum of RGB (Red+Green+Blue) = 14+189+185=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB9 is #F14246. Grayscale: #888888. Windows color (decimal): -15811143 or 12172558. OLE color: 12172558.

HSL color Cylindrical-coordinate representation of color #0EBDB9: hue angle of 178.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDB9 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 185 -
CMYK 0.93 0 0.02 0.26
HSL 178.63º 0.86% 0.4% -
HSV(B) 178.63º 0.93% 0.74% -
XYZ 27.14 39.99 52.19 -
YUV 136.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 14 189 185 0.93 0 0.02 0.26 178.63 0.86 0.4
Hex E BD B9 5D 0 2 1A B3 56 28
Octal 16 275 271 135 0 2 32 263 126 50
Binary 1110 10111101 10111001 1011101 0 10 11010 10110011 1010110 101000

Color Harmonies of #0EBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDB9

Black with #0EBDB9

Text Example


Text Example

White with #0EBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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