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

📋 copy color: '#05DEBF'

red 5 ◦ green 222 ◦ blue 191

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

Shades of Robin's Egg Blue #05DEBF

Tints of Robin's Egg Blue #05DEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.11%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 1.2%
G = 53.11%
B = 45.69%

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

#05DEBF (or 0x05DEBF) is known color: Robin's Egg Blue. HEX triplet: 05, DE and BF. RGB value is (5,222,191). Sum of RGB (Red+Green+Blue) = 5+222+191=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #05DEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DEBF is #FA2140. Grayscale: #999999. Windows color (decimal): -16392513 or 12574213. OLE color: 12574213.

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

Color convert

RGB 5 222 191 -
CMYK 0.98 0 0.14 0.13
HSL 171.43º 0.96% 0.45% -
HSV(B) 171.43º 0.98% 0.87% -
XYZ 35.59 56.04 58.23 -
YUV 153.58 149.11 22.02 -
System Red Green Blue C M Y K H S L
Decimal 5 222 191 0.98 0 0.14 0.13 171.43 0.96 0.45
Hex 5 DE BF 62 0 E D AB 60 2D
Octal 5 336 277 142 0 16 15 253 140 55
Binary 101 11011110 10111111 1100010 0 1110 1101 10101011 1100000 101101

Color Harmonies of #05DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DEBF

Black with #05DEBF

Text Example


Text Example

White with #05DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,222,191); }

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

background-color css

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

 a { background-color: rgb(5,222,191); }

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

border-color css

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

 span { border-color: rgb(5,222,191); }

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