Html Css Color HEX #0EBEC2 Iris Blue

📋 copy color: '#0EBEC2'

red 14 ◦ green 190 ◦ blue 194

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

Shades of Iris Blue #0EBEC2

Tints of Iris Blue #0EBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.74%

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 3.52%
G = 47.74%
B = 48.74%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0EBEC2 (or 0x0EBEC2) is known color: Iris Blue. HEX triplet: 0E, BE and C2. RGB value is (14,190,194). Sum of RGB (Red+Green+Blue) = 14+190+194=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #0EBEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEC2 is #F1413D. Grayscale: #898989. Windows color (decimal): -15810878 or 12762638. OLE color: 12762638.

HSL color Cylindrical-coordinate representation of color #0EBEC2: hue angle of 181.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBEC2 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 190 194 -
CMYK 0.93 0.02 0 0.24
HSL 181.33º 0.87% 0.41% -
HSV(B) 181.33º 0.93% 0.76% -
XYZ 28.33 40.82 57.42 -
YUV 137.83 159.69 39.67 -
System Red Green Blue C M Y K H S L
Decimal 14 190 194 0.93 0.02 0 0.24 181.33 0.87 0.41
Hex E BE C2 5D 2 0 18 B5 57 29
Octal 16 276 302 135 2 0 30 265 127 51
Binary 1110 10111110 11000010 1011101 10 0 11000 10110101 1010111 101001

Color Harmonies of #0EBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBEC2

Black with #0EBEC2

Text Example


Text Example

White with #0EBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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