Html Css Color HEX #0EBDDF Iris Blue

📋 copy color: '#0EBDDF'

red 14 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #0EBDDF

Tints of Iris Blue #0EBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 3.29%
G = 44.37%
B = 52.35%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0EBDDF (or 0x0EBDDF) is known color: Iris Blue. HEX triplet: 0E, BD and DF. RGB value is (14,189,223). Sum of RGB (Red+Green+Blue) = 14+189+223=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EBDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDDF is #F14220. Grayscale: #8C8C8C. Windows color (decimal): -15811105 or 14662926. OLE color: 14662926.

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

Color convert

RGB 14 189 223 -
CMYK 0.94 0.15 0 0.13
HSL 189.76º 0.88% 0.46% -
HSV(B) 189.76º 0.94% 0.87% -
XYZ 31.7 41.82 76.21 -
YUV 140.55 174.52 37.74 -
System Red Green Blue C M Y K H S L
Decimal 14 189 223 0.94 0.15 0 0.13 189.76 0.88 0.46
Hex E BD DF 5E F 0 D BE 58 2E
Octal 16 275 337 136 17 0 15 276 130 56
Binary 1110 10111101 11011111 1011110 1111 0 1101 10111110 1011000 101110

Color Harmonies of #0EBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDDF

Black with #0EBDDF

Text Example


Text Example

White with #0EBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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