#00DFBF

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

Shades of Robin's Egg Blue #00DFBF

Tints of Robin's Egg Blue #00DFBF

Color information

#00DFBF (or 0x00DFBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, DF and BF. RGB value is (0,223,191). Sum of RGB (Red+Green+Blue) = 0+223+191=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBF is #FF2040. Grayscale: #989898. Windows color (decimal): -16719937 or 12574464. OLE color: 12574464.

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

Color convert

RGB0223191-
CMYK100.140.13
HSL171.39º100%43.73%-
HSV(B)171.39º100%87.45%-
XYZ35.7956.5458.32-
YUV152.67149.6219.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 223 (87.5% from 255) = 53.86%
BLUE value IS 191 (75% from 255) = 46.14%
R=0%
G=53.86%
B=46.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0223191100.140.13171.3910043.73
Hex0DFBF640EDab642c
Octal03372771440161525314454
Binary011011111101111111100100011101101101010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,223,191); }

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

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

 a { background-color: rgb(0,223,191); }

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

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

 span { border-color: rgb(0,223,191); }

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