Html Css Color HEX #0EBACD Iris Blue

📋 copy color: '#0EBACD'

red 14 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #0EBACD

Tints of Iris Blue #0EBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 3.46%
G = 45.93%
B = 50.62%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0EBACD (or 0x0EBACD) is known color: Iris Blue. HEX triplet: 0E, BA and CD. RGB value is (14,186,205). Sum of RGB (Red+Green+Blue) = 14+186+205=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #0EBACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBACD is #F14532. Grayscale: #888888. Windows color (decimal): -15811891 or 13482510. OLE color: 13482510.

HSL color Cylindrical-coordinate representation of color #0EBACD: hue angle of 185.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBACD is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 14 186 205 -
CMYK 0.93 0.09 0 0.20
HSL 185.97º 0.87% 0.43% -
HSV(B) 185.97º 0.93% 0.8% -
XYZ 28.76 39.62 63.89 -
YUV 136.74 166.52 40.46 -
System Red Green Blue C M Y K H S L
Decimal 14 186 205 0.93 0.09 0 0.20 185.97 0.87 0.43
Hex E BA CD 5D 9 0 14 BA 57 2B
Octal 16 272 315 135 11 0 24 272 127 53
Binary 1110 10111010 11001101 1011101 1001 0 10100 10111010 1010111 101011

Color Harmonies of #0EBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBACD

Black with #0EBACD

Text Example


Text Example

White with #0EBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,205); }

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

background-color css

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

 a { background-color: rgb(14,186,205); }

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

border-color css

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

 span { border-color: rgb(14,186,205); }

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