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

📋 copy color: '#05D6CB'

red 5 ◦ green 214 ◦ blue 203

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

Shades of Robin's Egg Blue #05D6CB

Tints of Robin's Egg Blue #05D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 1.18%
G = 50.71%
B = 48.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#05D6CB (or 0x05D6CB) is known color: Robin's Egg Blue. HEX triplet: 05, D6 and CB. RGB value is (5,214,203). Sum of RGB (Red+Green+Blue) = 5+214+203=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #05D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D6CB is #FA2934. Grayscale: #969696. Windows color (decimal): -16394549 or 13358597. OLE color: 13358597.

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

Color convert

RGB 5 214 203 -
CMYK 0.98 0 0.05 0.16
HSL 176.84º 0.95% 0.43% -
HSV(B) 176.84º 0.98% 0.84% -
XYZ 34.89 52.44 64.78 -
YUV 150.26 157.76 24.39 -
System Red Green Blue C M Y K H S L
Decimal 5 214 203 0.98 0 0.05 0.16 176.84 0.95 0.43
Hex 5 D6 CB 62 0 5 10 B1 5F 2B
Octal 5 326 313 142 0 5 20 261 137 53
Binary 101 11010110 11001011 1100010 0 101 10000 10110001 1011111 101011

Color Harmonies of #05D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D6CB

Black with #05D6CB

Text Example


Text Example

White with #05D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,214,203); }

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

background-color css

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

 a { background-color: rgb(5,214,203); }

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

border-color css

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

 span { border-color: rgb(5,214,203); }

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