#0EBDCC

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

Shades of Iris Blue #0EBDCC

Tints of Iris Blue #0EBDCC

Color information

#0EBDCC (or 0x0EBDCC) is unknown color: approx Iris Blue. HEX triplet: 0E, BD and CC. RGB value is (14,189,204). Sum of RGB (Red+Green+Blue) = 14+189+204=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EBDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDCC is #F14233. Grayscale: #8A8A8A. Windows color (decimal): -15811124 or 13417742. OLE color: 13417742.

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

Color convert

RGB14189204-
CMYK0.930.0700.2
HSL184.74º87.16%42.75%-
HSV(B)184.74º93.14%80%-
XYZ29.2840.8563.47-
YUV138.38165.0239.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.44%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=3.44%
G=46.44%
B=50.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141892040.930.0700.2184.7487.1642.75
HexEBDCC5D7014b9572b
Octal16275314135702427112753
Binary111010111101110011001011101111010100101110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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