#00CDBE

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

Shades of Robin's Egg Blue #00CDBE

Tints of Robin's Egg Blue #00CDBE

Color information

#00CDBE (or 0x00CDBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CD and BE. RGB value is (0,205,190). Sum of RGB (Red+Green+Blue) = 0+205+190=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDBE is #FF3241. Grayscale: #8D8D8D. Windows color (decimal): -16724546 or 12504320. OLE color: 12504320.

HSL color Cylindrical-coordinate representation of color #00CDBE: hue angle of 175.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDBE is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB0205190-
CMYK100.070.20
HSL175.61º100%40.2%-
HSV(B)175.61º100%80.39%-
XYZ31.1347.3856.22-
YUV142155.0826.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 205 (80.47% from 255) = 51.90%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=0%
G=51.90%
B=48.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal0205190100.070.20175.6110040.2
Hex0CDBE640714b06428
Octal0315276144072426014450
Binary011001101101111101100100011110100101100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,205,190); }

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

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

 a { background-color: rgb(0,205,190); }

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

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

 span { border-color: rgb(0,205,190); }

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