Html Css Color HEX #0EABBA Iris Blue

📋 copy color: '#0EABBA'

red 14 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #0EABBA

Tints of Iris Blue #0EABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 3.77%
G = 46.09%
B = 50.13%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EABBA (or 0x0EABBA) is known color: Iris Blue. HEX triplet: 0E, AB and BA. RGB value is (14,171,186). Sum of RGB (Red+Green+Blue) = 14+171+186=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #0EABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABBA is #F15445. Grayscale: #7D7D7D. Windows color (decimal): -15815750 or 12233486. OLE color: 12233486.

HSL color Cylindrical-coordinate representation of color #0EABBA: hue angle of 185.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EABBA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 171 186 -
CMYK 0.92 0.08 0 0.27
HSL 185.23º 0.86% 0.39% -
HSV(B) 185.23º 0.92% 0.73% -
XYZ 23.61 32.76 51.53 -
YUV 125.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 14 171 186 0.92 0.08 0 0.27 185.23 0.86 0.39
Hex E AB BA 5C 8 0 1B B9 56 27
Octal 16 253 272 134 10 0 33 271 126 47
Binary 1110 10101011 10111010 1011100 1000 0 11011 10111001 1010110 100111

Color Harmonies of #0EABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABBA

Black with #0EABBA

Text Example


Text Example

White with #0EABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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