Html Css Color HEX #05DCBE Robin's Egg Blue

📋 copy color: '#05DCBE'

red 5 ◦ green 220 ◦ blue 190

#05DCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #05DCBE

Tints of Robin's Egg Blue #05DCBE

RGB

 RED value IS 5 (2.34% from 255) = 1.2%

 GREEN value IS 220 (86.33% from 255) = 53.01%

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 1.2%
G = 53.01%
B = 45.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#05DCBE (or 0x05DCBE) is known color: Robin's Egg Blue. HEX triplet: 05, DC and BE. RGB value is (5,220,190). Sum of RGB (Red+Green+Blue) = 5+220+190=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCBE is #FA2341. Grayscale: #989898. Windows color (decimal): -16393026 or 12508165. OLE color: 12508165.

HSL color Cylindrical-coordinate representation of color #05DCBE: hue angle of 171.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCBE is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 190 -
CMYK 0.98 0 0.14 0.14
HSL 171.63º 0.96% 0.44% -
HSV(B) 171.63º 0.98% 0.86% -
XYZ 34.95 54.94 57.48 -
YUV 152.3 149.27 22.94 -
System Red Green Blue C M Y K H S L
Decimal 5 220 190 0.98 0 0.14 0.14 171.63 0.96 0.44
Hex 5 DC BE 62 0 E E AC 60 2C
Octal 5 334 276 142 0 16 16 254 140 54
Binary 101 11011100 10111110 1100010 0 1110 1110 10101100 1100000 101100

Color Harmonies of #05DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCBE

Black with #05DCBE

Text Example


Text Example

White with #05DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DCBE; }

 p { color: rgb(5,220,190); }

 H1.HeaderClassName
 {
   color: #05DCBE;
 }
 .AnyTagClassName
 {
   color: #05DCBE;
 }
</style>

background-color css

<style>
 a { background-color: #05DCBE; }

 a { background-color: rgb(5,220,190); }

 div.DivClassName
 {
   background-color: #05DCBE;
 }
 .BgClassName
 {
   background-color: #05DCBE;
 }
</style>

border-color css

<style>
 span { border-color: #05DCBE; }

 span { border-color: rgb(5,220,190); }

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