Html Css Color HEX #0EA8BB Iris Blue

📋 copy color: '#0EA8BB'

red 14 ◦ green 168 ◦ blue 187

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

Shades of Iris Blue #0EA8BB

Tints of Iris Blue #0EA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.53%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 3.79%
G = 45.53%
B = 50.68%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EA8BB (or 0x0EA8BB) is known color: Iris Blue. HEX triplet: 0E, A8 and BB. RGB value is (14,168,187). Sum of RGB (Red+Green+Blue) = 14+168+187=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EA8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8BB is #F15744. Grayscale: #7B7B7B. Windows color (decimal): -15816517 or 12298254. OLE color: 12298254.

HSL color Cylindrical-coordinate representation of color #0EA8BB: hue angle of 186.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA8BB is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 168 187 -
CMYK 0.93 0.10 0 0.27
HSL 186.59º 0.86% 0.39% -
HSV(B) 186.59º 0.93% 0.73% -
XYZ 23.15 31.69 51.91 -
YUV 124.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 14 168 187 0.93 0.10 0 0.27 186.59 0.86 0.39
Hex E A8 BB 5D A 0 1B BB 56 27
Octal 16 250 273 135 12 0 33 273 126 47
Binary 1110 10101000 10111011 1011101 1010 0 11011 10111011 1010110 100111

Color Harmonies of #0EA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA8BB

Black with #0EA8BB

Text Example


Text Example

White with #0EA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,168,187); }

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

background-color css

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

 a { background-color: rgb(14,168,187); }

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

border-color css

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

 span { border-color: rgb(14,168,187); }

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