Html Css Color HEX #0EACC3 Iris Blue

📋 copy color: '#0EACC3'

red 14 ◦ green 172 ◦ blue 195

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

Shades of Iris Blue #0EACC3

Tints of Iris Blue #0EACC3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

 BLUE value IS 195 (76.56% from 255) = 51.18%

R = 3.67%
G = 45.14%
B = 51.18%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0EACC3 (or 0x0EACC3) is known color: Iris Blue. HEX triplet: 0E, AC and C3. RGB value is (14,172,195). Sum of RGB (Red+Green+Blue) = 14+172+195=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #0EACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACC3 is #F1533C. Grayscale: #7F7F7F. Windows color (decimal): -15815485 or 12823566. OLE color: 12823566.

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

Color convert

RGB 14 172 195 -
CMYK 0.93 0.12 0 0.24
HSL 187.62º 0.87% 0.41% -
HSV(B) 187.62º 0.93% 0.76% -
XYZ 24.78 33.54 56.8 -
YUV 127.38 166.15 47.13 -
System Red Green Blue C M Y K H S L
Decimal 14 172 195 0.93 0.12 0 0.24 187.62 0.87 0.41
Hex E AC C3 5D C 0 18 BC 57 29
Octal 16 254 303 135 14 0 30 274 127 51
Binary 1110 10101100 11000011 1011101 1100 0 11000 10111100 1010111 101001

Color Harmonies of #0EACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACC3

Black with #0EACC3

Text Example


Text Example

White with #0EACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,195); }

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

background-color css

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

 a { background-color: rgb(14,172,195); }

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

border-color css

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

 span { border-color: rgb(14,172,195); }

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