Html Css Color HEX #0EAAD3 Iris Blue

📋 copy color: '#0EAAD3'

red 14 ◦ green 170 ◦ blue 211

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

Shades of Iris Blue #0EAAD3

Tints of Iris Blue #0EAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.42%

R = 3.54%
G = 43.04%
B = 53.42%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0EAAD3 (or 0x0EAAD3) is known color: Iris Blue. HEX triplet: 0E, AA and D3. RGB value is (14,170,211). Sum of RGB (Red+Green+Blue) = 14+170+211=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EAAD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAAD3 is #F1552C. Grayscale: #7F7F7F. Windows color (decimal): -15815981 or 13871630. OLE color: 13871630.

HSL color Cylindrical-coordinate representation of color #0EAAD3: hue angle of 192.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAAD3 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 170 211 -
CMYK 0.93 0.19 0 0.17
HSL 192.49º 0.88% 0.44% -
HSV(B) 192.49º 0.93% 0.83% -
XYZ 26.31 33.55 66.72 -
YUV 128.03 174.82 46.67 -
System Red Green Blue C M Y K H S L
Decimal 14 170 211 0.93 0.19 0 0.17 192.49 0.88 0.44
Hex E AA D3 5D 13 0 11 C0 58 2C
Octal 16 252 323 135 23 0 21 300 130 54
Binary 1110 10101010 11010011 1011101 10011 0 10001 11000000 1011000 101100

Color Harmonies of #0EAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAAD3

Black with #0EAAD3

Text Example


Text Example

White with #0EAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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