Html Css Color HEX #0EACDA Iris Blue

📋 copy color: '#0EACDA'

red 14 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #0EACDA

Tints of Iris Blue #0EACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 3.47%
G = 42.57%
B = 53.96%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0EACDA (or 0x0EACDA) is known color: Iris Blue. HEX triplet: 0E, AC and DA. RGB value is (14,172,218). Sum of RGB (Red+Green+Blue) = 14+172+218=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACDA is #F15325. Grayscale: #818181. Windows color (decimal): -15815462 or 14330894. OLE color: 14330894.

HSL color Cylindrical-coordinate representation of color #0EACDA: hue angle of 193.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACDA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 172 218 -
CMYK 0.94 0.21 0 0.15
HSL 193.53º 0.88% 0.45% -
HSV(B) 193.53º 0.94% 0.85% -
XYZ 27.59 34.66 71.57 -
YUV 130 177.65 45.26 -
System Red Green Blue C M Y K H S L
Decimal 14 172 218 0.94 0.21 0 0.15 193.53 0.88 0.45
Hex E AC DA 5E 15 0 F C2 58 2D
Octal 16 254 332 136 25 0 17 302 130 55
Binary 1110 10101100 11011010 1011110 10101 0 1111 11000010 1011000 101101

Color Harmonies of #0EACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACDA

Black with #0EACDA

Text Example


Text Example

White with #0EACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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