Html Css Color HEX #0EADCD Iris Blue

📋 copy color: '#0EADCD'

red 14 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #0EADCD

Tints of Iris Blue #0EADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 3.57%
G = 44.13%
B = 52.3%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0EADCD (or 0x0EADCD) is known color: Iris Blue. HEX triplet: 0E, AD and CD. RGB value is (14,173,205). Sum of RGB (Red+Green+Blue) = 14+173+205=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #0EADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADCD is #F15232. Grayscale: #808080. Windows color (decimal): -15815219 or 13479182. OLE color: 13479182.

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

Color convert

RGB 14 173 205 -
CMYK 0.93 0.16 0 0.20
HSL 190.05º 0.87% 0.43% -
HSV(B) 190.05º 0.93% 0.8% -
XYZ 26.14 34.39 63.02 -
YUV 129.11 170.82 45.9 -
System Red Green Blue C M Y K H S L
Decimal 14 173 205 0.93 0.16 0 0.20 190.05 0.87 0.43
Hex E AD CD 5D 10 0 14 BE 57 2B
Octal 16 255 315 135 20 0 24 276 127 53
Binary 1110 10101101 11001101 1011101 10000 0 10100 10111110 1010111 101011

Color Harmonies of #0EADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADCD

Black with #0EADCD

Text Example


Text Example

White with #0EADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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