Html Css Color HEX #0EAFBF Iris Blue

📋 copy color: '#0EAFBF'

red 14 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #0EAFBF

Tints of Iris Blue #0EAFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 3.68%
G = 46.05%
B = 50.26%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EAFBF (or 0x0EAFBF) is known color: Iris Blue. HEX triplet: 0E, AF and BF. RGB value is (14,175,191). Sum of RGB (Red+Green+Blue) = 14+175+191=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #0EAFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFBF is #F15040. Grayscale: #808080. Windows color (decimal): -15814721 or 12562190. OLE color: 12562190.

HSL color Cylindrical-coordinate representation of color #0EAFBF: hue angle of 185.42º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAFBF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 175 191 -
CMYK 0.93 0.08 0 0.25
HSL 185.42º 0.86% 0.4% -
HSV(B) 185.42º 0.93% 0.75% -
XYZ 24.92 34.51 54.64 -
YUV 128.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 14 175 191 0.93 0.08 0 0.25 185.42 0.86 0.4
Hex E AF BF 5D 8 0 19 B9 56 28
Octal 16 257 277 135 10 0 31 271 126 50
Binary 1110 10101111 10111111 1011101 1000 0 11001 10111001 1010110 101000

Color Harmonies of #0EAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAFBF

Black with #0EAFBF

Text Example


Text Example

White with #0EAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,175,191); }

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

background-color css

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

 a { background-color: rgb(14,175,191); }

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

border-color css

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

 span { border-color: rgb(14,175,191); }

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