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

📋 copy color: '#05D8BD'

red 5 ◦ green 216 ◦ blue 189

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

Shades of Robin's Egg Blue #05D8BD

Tints of Robin's Egg Blue #05D8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

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

R = 1.22%
G = 52.68%
B = 46.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#05D8BD (or 0x05D8BD) is known color: Robin's Egg Blue. HEX triplet: 05, D8 and BD. RGB value is (5,216,189). Sum of RGB (Red+Green+Blue) = 5+216+189=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #05D8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D8BD is #FA2742. Grayscale: #959595. Windows color (decimal): -16394051 or 12441605. OLE color: 12441605.

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

Color convert

RGB 5 216 189 -
CMYK 0.98 0 0.12 0.15
HSL 172.32º 0.95% 0.43% -
HSV(B) 172.32º 0.98% 0.85% -
XYZ 33.8 52.82 56.56 -
YUV 149.83 150.1 24.7 -
System Red Green Blue C M Y K H S L
Decimal 5 216 189 0.98 0 0.12 0.15 172.32 0.95 0.43
Hex 5 D8 BD 62 0 C F AC 5F 2B
Octal 5 330 275 142 0 14 17 254 137 53
Binary 101 11011000 10111101 1100010 0 1100 1111 10101100 1011111 101011

Color Harmonies of #05D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D8BD

Black with #05D8BD

Text Example


Text Example

White with #05D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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