Html Css Color HEX #0EABB6 Iris Blue

📋 copy color: '#0EABB6'

red 14 ◦ green 171 ◦ blue 182

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

Shades of Iris Blue #0EABB6

Tints of Iris Blue #0EABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.59%

R = 3.81%
G = 46.59%
B = 49.59%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0EABB6 (or 0x0EABB6) is known color: Iris Blue. HEX triplet: 0E, AB and B6. RGB value is (14,171,182). Sum of RGB (Red+Green+Blue) = 14+171+182=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #0EABB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABB6 is #F15449. Grayscale: #7D7D7D. Windows color (decimal): -15815754 or 11971342. OLE color: 11971342.

HSL color Cylindrical-coordinate representation of color #0EABB6: hue angle of 183.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EABB6 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 171 182 -
CMYK 0.92 0.06 0 0.29
HSL 183.93º 0.86% 0.38% -
HSV(B) 183.93º 0.92% 0.71% -
XYZ 23.19 32.6 49.33 -
YUV 125.31 159.99 48.61 -
System Red Green Blue C M Y K H S L
Decimal 14 171 182 0.92 0.06 0 0.29 183.93 0.86 0.38
Hex E AB B6 5C 6 0 1D B8 56 26
Octal 16 253 266 134 6 0 35 270 126 46
Binary 1110 10101011 10110110 1011100 110 0 11101 10111000 1010110 100110

Color Harmonies of #0EABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABB6

Black with #0EABB6

Text Example


Text Example

White with #0EABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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