#00DBC1

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

Shades of Robin's Egg Blue #00DBC1

Tints of Robin's Egg Blue #00DBC1

Color information

#00DBC1 (or 0x00DBC1) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, DB and C1. RGB value is (0,219,193). Sum of RGB (Red+Green+Blue) = 0+219+193=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBC1 is #FF243E. Grayscale: #969696. Windows color (decimal): -16720959 or 12704512. OLE color: 12704512.

HSL color Cylindrical-coordinate representation of color #00DBC1: hue angle of 172.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBC1 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB0219193-
CMYK100.120.14
HSL172.88º100%42.94%-
HSV(B)172.88º100%85.88%-
XYZ34.9654.5159.13-
YUV150.56151.9520.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 219 (85.94% from 255) = 53.16%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=0%
G=53.16%
B=46.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal0219193100.120.14172.8810042.94
Hex0DBC1640CEad642b
Octal03333011440141625514453
Binary011011011110000011100100011001110101011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DBC1; }

 p { color: rgb(0,219,193); }

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

<style>
 a { background-color: #00DBC1; }

 a { background-color: rgb(0,219,193); }

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

<style>
 span { border-color: #00DBC1; }

 span { border-color: rgb(0,219,193); }

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