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

📋 copy color: '#05DABA'

red 5 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #05DABA

Tints of Robin's Egg Blue #05DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 1.22%
G = 53.3%
B = 45.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#05DABA (or 0x05DABA) is known color: Robin's Egg Blue. HEX triplet: 05, DA and BA. RGB value is (5,218,186). Sum of RGB (Red+Green+Blue) = 5+218+186=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #05DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DABA is #FA2545. Grayscale: #969696. Windows color (decimal): -16393542 or 12245509. OLE color: 12245509.

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

Color convert

RGB 5 218 186 -
CMYK 0.98 0 0.15 0.15
HSL 170.99º 0.96% 0.44% -
HSV(B) 170.99º 0.98% 0.85% -
XYZ 34 53.72 55.03 -
YUV 150.67 147.93 24.1 -
System Red Green Blue C M Y K H S L
Decimal 5 218 186 0.98 0 0.15 0.15 170.99 0.96 0.44
Hex 5 DA BA 62 0 F F AB 60 2C
Octal 5 332 272 142 0 17 17 253 140 54
Binary 101 11011010 10111010 1100010 0 1111 1111 10101011 1100000 101100

Color Harmonies of #05DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DABA

Black with #05DABA

Text Example


Text Example

White with #05DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,218,186); }

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

background-color css

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

 a { background-color: rgb(5,218,186); }

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

border-color css

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

 span { border-color: rgb(5,218,186); }

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