Html Css Color HEX #0EACE0 Iris Blue

📋 copy color: '#0EACE0'

red 14 ◦ green 172 ◦ blue 224

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

Shades of Iris Blue #0EACE0

Tints of Iris Blue #0EACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.63%

R = 3.41%
G = 41.95%
B = 54.63%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0EACE0 (or 0x0EACE0) is known color: Iris Blue. HEX triplet: 0E, AC and E0. RGB value is (14,172,224). Sum of RGB (Red+Green+Blue) = 14+172+224=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EACE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACE0 is #F1531F. Grayscale: #828282. Windows color (decimal): -15815456 or 14724110. OLE color: 14724110.

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

Color convert

RGB 14 172 224 -
CMYK 0.94 0.23 0 0.12
HSL 194.86º 0.88% 0.47% -
HSV(B) 194.86º 0.94% 0.88% -
XYZ 28.39 34.98 75.78 -
YUV 130.69 180.65 44.77 -
System Red Green Blue C M Y K H S L
Decimal 14 172 224 0.94 0.23 0 0.12 194.86 0.88 0.47
Hex E AC E0 5E 17 0 C C3 58 2F
Octal 16 254 340 136 27 0 14 303 130 57
Binary 1110 10101100 11100000 1011110 10111 0 1100 11000011 1011000 101111

Color Harmonies of #0EACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACE0

Black with #0EACE0

Text Example


Text Example

White with #0EACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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