Html Css Color HEX #0EAEC0 Iris Blue

📋 copy color: '#0EAEC0'

red 14 ◦ green 174 ◦ blue 192

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

Shades of Iris Blue #0EAEC0

Tints of Iris Blue #0EAEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 192 (75.39% from 255) = 50.53%

R = 3.68%
G = 45.79%
B = 50.53%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EAEC0 (or 0x0EAEC0) is known color: Iris Blue. HEX triplet: 0E, AE and C0. RGB value is (14,174,192). Sum of RGB (Red+Green+Blue) = 14+174+192=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #0EAEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAEC0 is #F1513F. Grayscale: #7F7F7F. Windows color (decimal): -15814976 or 12627470. OLE color: 12627470.

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

Color convert

RGB 14 174 192 -
CMYK 0.93 0.09 0 0.25
HSL 186.07º 0.86% 0.4% -
HSV(B) 186.07º 0.93% 0.75% -
XYZ 24.83 34.17 55.16 -
YUV 128.21 163.99 46.54 -
System Red Green Blue C M Y K H S L
Decimal 14 174 192 0.93 0.09 0 0.25 186.07 0.86 0.4
Hex E AE C0 5D 9 0 19 BA 56 28
Octal 16 256 300 135 11 0 31 272 126 50
Binary 1110 10101110 11000000 1011101 1001 0 11001 10111010 1010110 101000

Color Harmonies of #0EAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEC0

Black with #0EAEC0

Text Example


Text Example

White with #0EAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,174,192); }

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

background-color css

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

 a { background-color: rgb(14,174,192); }

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

border-color css

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

 span { border-color: rgb(14,174,192); }

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