Html Css Color HEX #0EA8E5 Iris Blue

📋 copy color: '#0EA8E5'

red 14 ◦ green 168 ◦ blue 229

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

Shades of Iris Blue #0EA8E5

Tints of Iris Blue #0EA8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 229 (89.84% from 255) = 55.72%

R = 3.41%
G = 40.88%
B = 55.72%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0EA8E5 (or 0x0EA8E5) is known color: Iris Blue. HEX triplet: 0E, A8 and E5. RGB value is (14,168,229). Sum of RGB (Red+Green+Blue) = 14+168+229=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #0EA8E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8E5 is #F1571A. Grayscale: #808080. Windows color (decimal): -15816475 or 15050766. OLE color: 15050766.

HSL color Cylindrical-coordinate representation of color #0EA8E5: hue angle of 197.02º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA8E5 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 168 229 -
CMYK 0.94 0.27 0 0.10
HSL 197.02º 0.88% 0.48% -
HSV(B) 197.02º 0.94% 0.9% -
XYZ 28.33 33.76 79.15 -
YUV 128.91 184.48 46.04 -
System Red Green Blue C M Y K H S L
Decimal 14 168 229 0.94 0.27 0 0.10 197.02 0.88 0.48
Hex E A8 E5 5E 1B 0 A C5 58 30
Octal 16 250 345 136 33 0 12 305 130 60
Binary 1110 10101000 11100101 1011110 11011 0 1010 11000101 1011000 110000

Color Harmonies of #0EA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA8E5

Black with #0EA8E5

Text Example


Text Example

White with #0EA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,168,229); }

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

background-color css

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

 a { background-color: rgb(14,168,229); }

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

border-color css

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

 span { border-color: rgb(14,168,229); }

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