Html Css Color HEX #0EAFBC Iris Blue

📋 copy color: '#0EAFBC'

red 14 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #0EAFBC

Tints of Iris Blue #0EAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 3.71%
G = 46.42%
B = 49.87%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EAFBC (or 0x0EAFBC) is known color: Iris Blue. HEX triplet: 0E, AF and BC. RGB value is (14,175,188). Sum of RGB (Red+Green+Blue) = 14+175+188=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EAFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFBC is #F15043. Grayscale: #808080. Windows color (decimal): -15814724 or 12365582. OLE color: 12365582.

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

Color convert

RGB 14 175 188 -
CMYK 0.93 0.07 0 0.26
HSL 184.48º 0.86% 0.4% -
HSV(B) 184.48º 0.93% 0.74% -
XYZ 24.59 34.38 52.92 -
YUV 128.34 161.66 46.44 -
System Red Green Blue C M Y K H S L
Decimal 14 175 188 0.93 0.07 0 0.26 184.48 0.86 0.4
Hex E AF BC 5D 7 0 1A B8 56 28
Octal 16 257 274 135 7 0 32 270 126 50
Binary 1110 10101111 10111100 1011101 111 0 11010 10111000 1010110 101000

Color Harmonies of #0EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAFBC

Black with #0EAFBC

Text Example


Text Example

White with #0EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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