Html Css Color HEX #0EACE3 Iris Blue

📋 copy color: '#0EACE3'

red 14 ◦ green 172 ◦ blue 227

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

Shades of Iris Blue #0EACE3

Tints of Iris Blue #0EACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.96%

R = 3.39%
G = 41.65%
B = 54.96%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0EACE3 (or 0x0EACE3) is known color: Iris Blue. HEX triplet: 0E, AC and E3. RGB value is (14,172,227). Sum of RGB (Red+Green+Blue) = 14+172+227=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 227 (89.06% from 255 or 54.96% from 413); Max value from RGB is 227 - color contains mainly: blue. Hex color #0EACE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACE3 is #F1531C. Grayscale: #828282. Windows color (decimal): -15815453 or 14920718. OLE color: 14920718.

HSL color Cylindrical-coordinate representation of color #0EACE3: hue angle of 195.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACE3 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 172 227 -
CMYK 0.94 0.24 0 0.11
HSL 195.49º 0.88% 0.47% -
HSV(B) 195.49º 0.94% 0.89% -
XYZ 28.8 35.14 77.94 -
YUV 131.03 182.15 44.53 -
System Red Green Blue C M Y K H S L
Decimal 14 172 227 0.94 0.24 0 0.11 195.49 0.88 0.47
Hex E AC E3 5E 18 0 B C3 58 2F
Octal 16 254 343 136 30 0 13 303 130 57
Binary 1110 10101100 11100011 1011110 11000 0 1011 11000011 1011000 101111

Color Harmonies of #0EACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACE3

Black with #0EACE3

Text Example


Text Example

White with #0EACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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