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

📋 copy color: '#05CFC1'

red 5 ◦ green 207 ◦ blue 193

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

Shades of Robin's Egg Blue #05CFC1

Tints of Robin's Egg Blue #05CFC1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 1.23%
G = 51.11%
B = 47.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#05CFC1 (or 0x05CFC1) is known color: Robin's Egg Blue. HEX triplet: 05, CF and C1. RGB value is (5,207,193). Sum of RGB (Red+Green+Blue) = 5+207+193=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFC1 is #FA303E. Grayscale: #909090. Windows color (decimal): -16396351 or 12701445. OLE color: 12701445.

HSL color Cylindrical-coordinate representation of color #05CFC1: hue angle of 175.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFC1 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 193 -
CMYK 0.98 0 0.07 0.19
HSL 175.84º 0.95% 0.42% -
HSV(B) 175.84º 0.98% 0.81% -
XYZ 32 48.51 58.13 -
YUV 145.01 155.08 28.14 -
System Red Green Blue C M Y K H S L
Decimal 5 207 193 0.98 0 0.07 0.19 175.84 0.95 0.42
Hex 5 CF C1 62 0 7 13 B0 5F 2A
Octal 5 317 301 142 0 7 23 260 137 52
Binary 101 11001111 11000001 1100010 0 111 10011 10110000 1011111 101010

Color Harmonies of #05CFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFC1

Black with #05CFC1

Text Example


Text Example

White with #05CFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,193); }

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

background-color css

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

 a { background-color: rgb(5,207,193); }

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

border-color css

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

 span { border-color: rgb(5,207,193); }

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