Html Css Color HEX #0EABBD Iris Blue

📋 copy color: '#0EABBD'

red 14 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #0EABBD

Tints of Iris Blue #0EABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 3.74%
G = 45.72%
B = 50.53%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EABBD (or 0x0EABBD) is known color: Iris Blue. HEX triplet: 0E, AB and BD. RGB value is (14,171,189). Sum of RGB (Red+Green+Blue) = 14+171+189=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABBD is #F15442. Grayscale: #7D7D7D. Windows color (decimal): -15815747 or 12430094. OLE color: 12430094.

HSL color Cylindrical-coordinate representation of color #0EABBD: hue angle of 186.17º 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 #0EABBD is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 171 189 -
CMYK 0.93 0.10 0 0.26
HSL 186.17º 0.86% 0.4% -
HSV(B) 186.17º 0.93% 0.74% -
XYZ 23.93 32.89 53.23 -
YUV 126.11 163.49 48.04 -
System Red Green Blue C M Y K H S L
Decimal 14 171 189 0.93 0.10 0 0.26 186.17 0.86 0.4
Hex E AB BD 5D A 0 1A BA 56 28
Octal 16 253 275 135 12 0 32 272 126 50
Binary 1110 10101011 10111101 1011101 1010 0 11010 10111010 1010110 101000

Color Harmonies of #0EABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABBD

Black with #0EABBD

Text Example


Text Example

White with #0EABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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