#0DCDCC

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

Shades of Robin's Egg Blue #0DCDCC

Tints of Robin's Egg Blue #0DCDCC

Color information

#0DCDCC (or 0x0DCDCC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, CD and CC. RGB value is (13,205,204). Sum of RGB (Red+Green+Blue) = 13+205+204=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDCC is #F23233. Grayscale: #939393. Windows color (decimal): -15872564 or 13421837. OLE color: 13421837.

HSL color Cylindrical-coordinate representation of color #0DCDCC: hue angle of 179.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDCC is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB13205204-
CMYK0.9400.000.20
HSL179.69º88.07%42.75%-
HSV(B)179.69º93.66%80.39%-
XYZ32.948.1164.68-
YUV147.48159.8932.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.08%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=3.08%
G=48.58%
B=48.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132052040.9400.000.20179.6988.0742.75
HexDCDCC5E0014b4582b
Octal15315314136002426413053
Binary1101110011011100110010111100010100101101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,205,204); }

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

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

 a { background-color: rgb(13,205,204); }

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

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

 span { border-color: rgb(13,205,204); }

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