#0EBBCC

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

Shades of Iris Blue #0EBBCC

Tints of Iris Blue #0EBBCC

Color information

#0EBBCC (or 0x0EBBCC) is unknown color: approx Iris Blue. HEX triplet: 0E, BB and CC. RGB value is (14,187,204). Sum of RGB (Red+Green+Blue) = 14+187+204=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EBBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBCC is #F14433. Grayscale: #888888. Windows color (decimal): -15811636 or 13417230. OLE color: 13417230.

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

Color convert

RGB14187204-
CMYK0.930.0800.2
HSL185.37º87.16%42.75%-
HSV(B)185.37º93.14%80%-
XYZ28.8539.9963.33-
YUV137.21165.6940.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.46%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=3.46%
G=46.17%
B=50.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141872040.930.0800.2185.3787.1642.75
HexEBBCC5D8014b9572b
Octal162733141351002427112753
Binary1110101110111100110010111011000010100101110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,187,204); }

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

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

 a { background-color: rgb(14,187,204); }

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

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

 span { border-color: rgb(14,187,204); }

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