Html Css Color HEX #0EBDDC Iris Blue

📋 copy color: '#0EBDDC'

red 14 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #0EBDDC

Tints of Iris Blue #0EBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 3.31%
G = 44.68%
B = 52.01%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EBDDC (or 0x0EBDDC) is known color: Iris Blue. HEX triplet: 0E, BD and DC. RGB value is (14,189,220). Sum of RGB (Red+Green+Blue) = 14+189+220=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EBDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDDC is #F14223. Grayscale: #8B8B8B. Windows color (decimal): -15811108 or 14466318. OLE color: 14466318.

HSL color Cylindrical-coordinate representation of color #0EBDDC: hue angle of 189.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBDDC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 189 220 -
CMYK 0.94 0.14 0 0.14
HSL 189.03º 0.88% 0.46% -
HSV(B) 189.03º 0.94% 0.86% -
XYZ 31.3 41.66 74.1 -
YUV 140.21 173.02 37.98 -
System Red Green Blue C M Y K H S L
Decimal 14 189 220 0.94 0.14 0 0.14 189.03 0.88 0.46
Hex E BD DC 5E E 0 E BD 58 2E
Octal 16 275 334 136 16 0 16 275 130 56
Binary 1110 10111101 11011100 1011110 1110 0 1110 10111101 1011000 101110

Color Harmonies of #0EBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDDC

Black with #0EBDDC

Text Example


Text Example

White with #0EBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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