#0ebbd6

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

Shades of Iris Blue #0EBBD6

Tints of Iris Blue #0EBBD6

Color information

#0EBBD6 (or 0x0EBBD6) is unknown color: approx Iris Blue. HEX triplet: 0E, BB and D6. RGB value is (14,187,214). Sum of RGB (Red+Green+Blue) = 14+187+214=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #0EBBD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBD6 is #F14429. Grayscale: #8A8A8A. Windows color (decimal): -15811626 or 14072590. OLE color: 14072590.

HSL color Cylindrical-coordinate representation of color #0EBBD6: hue angle of 188.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBD6 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14187214-
CMYK0.930.1300.16
HSL188.1º87.72%44.71%-
HSV(B)188.1º93.46%83.92%-
XYZ30.0940.4969.85-
YUV138.35170.6939.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.37%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=3.37%
G=45.06%
B=51.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141872140.930.1300.16188.187.7244.71
HexEBBD65DD010bc582d
Octal162733261351502027413055
Binary1110101110111101011010111011101010000101111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ebbd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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