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

📋 copy color: '#05DDBD'

red 5 ◦ green 221 ◦ blue 189

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

Shades of Robin's Egg Blue #05DDBD

Tints of Robin's Egg Blue #05DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.25%

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

R = 1.2%
G = 53.25%
B = 45.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#05DDBD (or 0x05DDBD) is known color: Robin's Egg Blue. HEX triplet: 05, DD and BD. RGB value is (5,221,189). Sum of RGB (Red+Green+Blue) = 5+221+189=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDBD is #FA2242. Grayscale: #989898. Windows color (decimal): -16392771 or 12442885. OLE color: 12442885.

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

Color convert

RGB 5 221 189 -
CMYK 0.98 0 0.14 0.13
HSL 171.11º 0.96% 0.44% -
HSV(B) 171.11º 0.98% 0.87% -
XYZ 35.1 55.42 56.99 -
YUV 152.77 148.44 22.6 -
System Red Green Blue C M Y K H S L
Decimal 5 221 189 0.98 0 0.14 0.13 171.11 0.96 0.44
Hex 5 DD BD 62 0 E D AB 60 2C
Octal 5 335 275 142 0 16 15 253 140 54
Binary 101 11011101 10111101 1100010 0 1110 1101 10101011 1100000 101100

Color Harmonies of #05DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DDBD

Black with #05DDBD

Text Example


Text Example

White with #05DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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