Html Css Color HEX #0EB2C9 Iris Blue

📋 copy color: '#0EB2C9'

red 14 ◦ green 178 ◦ blue 201

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

Shades of Iris Blue #0EB2C9

Tints of Iris Blue #0EB2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 3.56%
G = 45.29%
B = 51.15%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0EB2C9 (or 0x0EB2C9) is known color: Iris Blue. HEX triplet: 0E, B2 and C9. RGB value is (14,178,201). Sum of RGB (Red+Green+Blue) = 14+178+201=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #0EB2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2C9 is #F14D36. Grayscale: #838383. Windows color (decimal): -15813943 or 13218318. OLE color: 13218318.

HSL color Cylindrical-coordinate representation of color #0EB2C9: hue angle of 187.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB2C9 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 178 201 -
CMYK 0.93 0.11 0 0.21
HSL 187.38º 0.87% 0.42% -
HSV(B) 187.38º 0.93% 0.79% -
XYZ 26.64 36.15 60.83 -
YUV 131.59 167.17 44.13 -
System Red Green Blue C M Y K H S L
Decimal 14 178 201 0.93 0.11 0 0.21 187.38 0.87 0.42
Hex E B2 C9 5D B 0 15 BB 57 2A
Octal 16 262 311 135 13 0 25 273 127 52
Binary 1110 10110010 11001001 1011101 1011 0 10101 10111011 1010111 101010

Color Harmonies of #0EB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB2C9

Black with #0EB2C9

Text Example


Text Example

White with #0EB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,201); }

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

background-color css

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

 a { background-color: rgb(14,178,201); }

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

border-color css

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

 span { border-color: rgb(14,178,201); }

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