Html Css Color HEX #0EABB7 Iris Blue

📋 copy color: '#0EABB7'

red 14 ◦ green 171 ◦ blue 183

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

Shades of Iris Blue #0EABB7

Tints of Iris Blue #0EABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 3.8%
G = 46.47%
B = 49.73%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0EABB7 (or 0x0EABB7) is known color: Iris Blue. HEX triplet: 0E, AB and B7. RGB value is (14,171,183). Sum of RGB (Red+Green+Blue) = 14+171+183=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #0EABB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABB7 is #F15448. Grayscale: #7D7D7D. Windows color (decimal): -15815753 or 12036878. OLE color: 12036878.

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

Color convert

RGB 14 171 183 -
CMYK 0.92 0.07 0 0.28
HSL 184.26º 0.86% 0.39% -
HSV(B) 184.26º 0.92% 0.72% -
XYZ 23.29 32.64 49.87 -
YUV 125.43 160.49 48.52 -
System Red Green Blue C M Y K H S L
Decimal 14 171 183 0.92 0.07 0 0.28 184.26 0.86 0.39
Hex E AB B7 5C 7 0 1C B8 56 27
Octal 16 253 267 134 7 0 34 270 126 47
Binary 1110 10101011 10110111 1011100 111 0 11100 10111000 1010110 100111

Color Harmonies of #0EABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABB7

Black with #0EABB7

Text Example


Text Example

White with #0EABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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