#0ebcdf

Color #0EBCDF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0EBCDF

Tints of Iris Blue #0EBCDF

Color information

#0EBCDF (or 0x0EBCDF) is unknown color: approx Iris Blue. HEX triplet: 0E, BC and DF. RGB value is (14,188,223). Sum of RGB (Red+Green+Blue) = 14+188+223=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EBCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCDF is #F14320. Grayscale: #8B8B8B. Windows color (decimal): -15811361 or 14662670. OLE color: 14662670.

HSL color Cylindrical-coordinate representation of color #0EBCDF: hue angle of 190.05º 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 #0EBCDF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14188223-
CMYK0.940.1600.13
HSL190.05º88.19%46.47%-
HSV(B)190.05º93.72%87.45%-
XYZ31.4841.3976.14-
YUV139.96174.8538.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.29%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 223 (87.5% from 255) = 52.47%
R=3.29%
G=44.24%
B=52.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141882230.940.1600.13190.0588.1946.47
HexEBCDF5E100Dbe582e
Octal162743371362001527613056
Binary1110101111001101111110111101000001101101111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ebcdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ebcdf;
 }
 .AnyTagClassName
 {
   color: #0ebcdf;
 }
</style>
background-color css

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

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

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

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

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

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