Html Css Color HEX #0EAAD5 Iris Blue

📋 copy color: '#0EAAD5'

red 14 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #0EAAD5

Tints of Iris Blue #0EAAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 213 (83.59% from 255) = 53.65%

R = 3.53%
G = 42.82%
B = 53.65%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0EAAD5 (or 0x0EAAD5) is known color: Iris Blue. HEX triplet: 0E, AA and D5. RGB value is (14,170,213). Sum of RGB (Red+Green+Blue) = 14+170+213=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #0EAAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAAD5 is #F1552A. Grayscale: #7F7F7F. Windows color (decimal): -15815979 or 14002702. OLE color: 14002702.

HSL color Cylindrical-coordinate representation of color #0EAAD5: hue angle of 192.96º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAAD5 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 170 213 -
CMYK 0.93 0.20 0 0.16
HSL 192.96º 0.88% 0.45% -
HSV(B) 192.96º 0.93% 0.84% -
XYZ 26.57 33.65 68.05 -
YUV 128.26 175.82 46.5 -
System Red Green Blue C M Y K H S L
Decimal 14 170 213 0.93 0.20 0 0.16 192.96 0.88 0.45
Hex E AA D5 5D 14 0 10 C1 58 2D
Octal 16 252 325 135 24 0 20 301 130 55
Binary 1110 10101010 11010101 1011101 10100 0 10000 11000001 1011000 101101

Color Harmonies of #0EAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAAD5

Black with #0EAAD5

Text Example


Text Example

White with #0EAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,213); }

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

background-color css

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

 a { background-color: rgb(14,170,213); }

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

border-color css

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

 span { border-color: rgb(14,170,213); }

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