#0ECDCA

Color #0ECDCA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0ECDCA

Tints of Robin's Egg Blue #0ECDCA

Color information

#0ECDCA (or 0x0ECDCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, CD and CA. RGB value is (14,205,202). Sum of RGB (Red+Green+Blue) = 14+205+202=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDCA is #F13235. Grayscale: #939393. Windows color (decimal): -15807030 or 13290766. OLE color: 13290766.

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

Color convert

RGB14205202-
CMYK0.9300.010.20
HSL179.06º87.21%42.94%-
HSV(B)179.06º93.17%80.39%-
XYZ32.6748.0263.42-
YUV147.55158.7232.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.33%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=3.33%
G=48.69%
B=47.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142052020.9300.010.20179.0687.2142.94
HexECDCA5D0114b3572b
Octal16315312135012426312753
Binary1110110011011100101010111010110100101100111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,205,202); }

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

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

 a { background-color: rgb(14,205,202); }

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

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

 span { border-color: rgb(14,205,202); }

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