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

📋 copy color: '#05DCBD'

red 5 ◦ green 220 ◦ blue 189

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

Shades of Robin's Egg Blue #05DCBD

Tints of Robin's Egg Blue #05DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 1.21%
G = 53.14%
B = 45.65%

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

#05DCBD (or 0x05DCBD) is known color: Robin's Egg Blue. HEX triplet: 05, DC and BD. RGB value is (5,220,189). Sum of RGB (Red+Green+Blue) = 5+220+189=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCBD is #FA2342. Grayscale: #989898. Windows color (decimal): -16393027 or 12442629. OLE color: 12442629.

HSL color Cylindrical-coordinate representation of color #05DCBD: hue angle of 171.35º 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 #05DCBD is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 189 -
CMYK 0.98 0 0.14 0.14
HSL 171.35º 0.96% 0.44% -
HSV(B) 171.35º 0.98% 0.86% -
XYZ 34.84 54.89 56.9 -
YUV 152.18 148.77 23.02 -
System Red Green Blue C M Y K H S L
Decimal 5 220 189 0.98 0 0.14 0.14 171.35 0.96 0.44
Hex 5 DC BD 62 0 E E AB 60 2C
Octal 5 334 275 142 0 16 16 253 140 54
Binary 101 11011100 10111101 1100010 0 1110 1110 10101011 1100000 101100

Color Harmonies of #05DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCBD

Black with #05DCBD

Text Example


Text Example

White with #05DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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