Html Css Color HEX #0EAABD Iris Blue

📋 copy color: '#0EAABD'

red 14 ◦ green 170 ◦ blue 189

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

Shades of Iris Blue #0EAABD

Tints of Iris Blue #0EAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 3.75%
G = 45.58%
B = 50.67%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EAABD (or 0x0EAABD) is known color: Iris Blue. HEX triplet: 0E, AA and BD. RGB value is (14,170,189). Sum of RGB (Red+Green+Blue) = 14+170+189=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EAABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAABD is #F15542. Grayscale: #7D7D7D. Windows color (decimal): -15816003 or 12429838. OLE color: 12429838.

HSL color Cylindrical-coordinate representation of color #0EAABD: hue angle of 186.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAABD is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 170 189 -
CMYK 0.93 0.10 0 0.26
HSL 186.51º 0.86% 0.4% -
HSV(B) 186.51º 0.93% 0.74% -
XYZ 23.74 32.52 53.17 -
YUV 125.52 163.82 48.46 -
System Red Green Blue C M Y K H S L
Decimal 14 170 189 0.93 0.10 0 0.26 186.51 0.86 0.4
Hex E AA BD 5D A 0 1A BB 56 28
Octal 16 252 275 135 12 0 32 273 126 50
Binary 1110 10101010 10111101 1011101 1010 0 11010 10111011 1010110 101000

Color Harmonies of #0EAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAABD

Black with #0EAABD

Text Example


Text Example

White with #0EAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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