Html Css Color HEX #0EADD3 Iris Blue

📋 copy color: '#0EADD3'

red 14 ◦ green 173 ◦ blue 211

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

Shades of Iris Blue #0EADD3

Tints of Iris Blue #0EADD3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 3.52%
G = 43.47%
B = 53.02%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0EADD3 (or 0x0EADD3) is known color: Iris Blue. HEX triplet: 0E, AD and D3. RGB value is (14,173,211). Sum of RGB (Red+Green+Blue) = 14+173+211=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EADD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADD3 is #F1522C. Grayscale: #818181. Windows color (decimal): -15815213 or 13872398. OLE color: 13872398.

HSL color Cylindrical-coordinate representation of color #0EADD3: hue angle of 191.57º 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 #0EADD3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 173 211 -
CMYK 0.93 0.18 0 0.17
HSL 191.57º 0.88% 0.44% -
HSV(B) 191.57º 0.93% 0.83% -
XYZ 26.88 34.68 66.91 -
YUV 129.79 173.82 45.41 -
System Red Green Blue C M Y K H S L
Decimal 14 173 211 0.93 0.18 0 0.17 191.57 0.88 0.44
Hex E AD D3 5D 12 0 11 C0 58 2C
Octal 16 255 323 135 22 0 21 300 130 54
Binary 1110 10101101 11010011 1011101 10010 0 10001 11000000 1011000 101100

Color Harmonies of #0EADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADD3

Black with #0EADD3

Text Example


Text Example

White with #0EADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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