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

📋 copy color: '#05DCC5'

red 5 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #05DCC5

Tints of Robin's Egg Blue #05DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.68%

R = 1.18%
G = 52.13%
B = 46.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#05DCC5 (or 0x05DCC5) is known color: Robin's Egg Blue. HEX triplet: 05, DC and C5. RGB value is (5,220,197). Sum of RGB (Red+Green+Blue) = 5+220+197=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCC5 is #FA233A. Grayscale: #989898. Windows color (decimal): -16393019 or 12966917. OLE color: 12966917.

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

Color convert

RGB 5 220 197 -
CMYK 0.98 0 0.10 0.14
HSL 173.58º 0.96% 0.44% -
HSV(B) 173.58º 0.98% 0.86% -
XYZ 35.73 55.25 61.6 -
YUV 153.09 152.77 22.37 -
System Red Green Blue C M Y K H S L
Decimal 5 220 197 0.98 0 0.10 0.14 173.58 0.96 0.44
Hex 5 DC C5 62 0 A E AE 60 2C
Octal 5 334 305 142 0 12 16 256 140 54
Binary 101 11011100 11000101 1100010 0 1010 1110 10101110 1100000 101100

Color Harmonies of #05DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCC5

Black with #05DCC5

Text Example


Text Example

White with #05DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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