Html Css Color HEX #0EAFBE Iris Blue

📋 copy color: '#0EAFBE'

red 14 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #0EAFBE

Tints of Iris Blue #0EAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 3.69%
G = 46.17%
B = 50.13%

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

#0EAFBE (or 0x0EAFBE) is known color: Iris Blue. HEX triplet: 0E, AF and BE. RGB value is (14,175,190). Sum of RGB (Red+Green+Blue) = 14+175+190=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EAFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFBE is #F15041. Grayscale: #808080. Windows color (decimal): -15814722 or 12496654. OLE color: 12496654.

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

Color convert

RGB 14 175 190 -
CMYK 0.93 0.08 0 0.25
HSL 185.11º 0.86% 0.4% -
HSV(B) 185.11º 0.93% 0.75% -
XYZ 24.81 34.47 54.06 -
YUV 128.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 14 175 190 0.93 0.08 0 0.25 185.11 0.86 0.4
Hex E AF BE 5D 8 0 19 B9 56 28
Octal 16 257 276 135 10 0 31 271 126 50
Binary 1110 10101111 10111110 1011101 1000 0 11001 10111001 1010110 101000

Color Harmonies of #0EAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAFBE

Black with #0EAFBE

Text Example


Text Example

White with #0EAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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