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

📋 copy color: '#05C1D1'

red 5 ◦ green 193 ◦ blue 209

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

Shades of Robin's Egg Blue #05C1D1

Tints of Robin's Egg Blue #05C1D1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 1.23%
G = 47.42%
B = 51.35%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#05C1D1 (or 0x05C1D1) is known color: Robin's Egg Blue. HEX triplet: 05, C1 and D1. RGB value is (5,193,209). Sum of RGB (Red+Green+Blue) = 5+193+209=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #05C1D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1D1 is #FA3E2E. Grayscale: #8A8A8A. Windows color (decimal): -16399919 or 13746437. OLE color: 13746437.

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

Color convert

RGB 5 193 209 -
CMYK 0.98 0.08 0 0.18
HSL 184.71º 0.95% 0.42% -
HSV(B) 184.71º 0.98% 0.82% -
XYZ 30.64 42.78 66.96 -
YUV 138.61 167.72 32.7 -
System Red Green Blue C M Y K H S L
Decimal 5 193 209 0.98 0.08 0 0.18 184.71 0.95 0.42
Hex 5 C1 D1 62 8 0 12 B9 5F 2A
Octal 5 301 321 142 10 0 22 271 137 52
Binary 101 11000001 11010001 1100010 1000 0 10010 10111001 1011111 101010

Color Harmonies of #05C1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C1D1

Black with #05C1D1

Text Example


Text Example

White with #05C1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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