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

📋 copy color: '#05DBBC'

red 5 ◦ green 219 ◦ blue 188

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

Shades of Robin's Egg Blue #05DBBC

Tints of Robin's Egg Blue #05DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.16%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 1.21%
G = 53.16%
B = 45.63%

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

#05DBBC (or 0x05DBBC) is known color: Robin's Egg Blue. HEX triplet: 05, DB and BC. RGB value is (5,219,188). Sum of RGB (Red+Green+Blue) = 5+219+188=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBBC is #FA2443. Grayscale: #979797. Windows color (decimal): -16393284 or 12376837. OLE color: 12376837.

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

Color convert

RGB 5 219 188 -
CMYK 0.98 0 0.14 0.14
HSL 171.31º 0.96% 0.44% -
HSV(B) 171.31º 0.98% 0.86% -
XYZ 34.47 54.33 56.25 -
YUV 151.48 148.6 23.52 -
System Red Green Blue C M Y K H S L
Decimal 5 219 188 0.98 0 0.14 0.14 171.31 0.96 0.44
Hex 5 DB BC 62 0 E E AB 60 2C
Octal 5 333 274 142 0 16 16 253 140 54
Binary 101 11011011 10111100 1100010 0 1110 1110 10101011 1100000 101100

Color Harmonies of #05DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DBBC

Black with #05DBBC

Text Example


Text Example

White with #05DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,219,188); }

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

background-color css

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

 a { background-color: rgb(5,219,188); }

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

border-color css

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

 span { border-color: rgb(5,219,188); }

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