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

📋 copy color: '#05CDC2'

red 5 ◦ green 205 ◦ blue 194

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

Shades of Robin's Egg Blue #05CDC2

Tints of Robin's Egg Blue #05CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 1.24%
G = 50.74%
B = 48.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#05CDC2 (or 0x05CDC2) is known color: Robin's Egg Blue. HEX triplet: 05, CD and C2. RGB value is (5,205,194). Sum of RGB (Red+Green+Blue) = 5+205+194=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDC2 is #FA323D. Grayscale: #8F8F8F. Windows color (decimal): -16396862 or 12766469. OLE color: 12766469.

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

Color convert

RGB 5 205 194 -
CMYK 0.98 0 0.05 0.20
HSL 176.7º 0.95% 0.41% -
HSV(B) 176.7º 0.98% 0.8% -
XYZ 31.63 47.59 58.56 -
YUV 143.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 5 205 194 0.98 0 0.05 0.20 176.7 0.95 0.41
Hex 5 CD C2 62 0 5 14 B1 5F 29
Octal 5 315 302 142 0 5 24 261 137 51
Binary 101 11001101 11000010 1100010 0 101 10100 10110001 1011111 101001

Color Harmonies of #05CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CDC2

Black with #05CDC2

Text Example


Text Example

White with #05CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,205,194); }

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

background-color css

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

 a { background-color: rgb(5,205,194); }

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

border-color css

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

 span { border-color: rgb(5,205,194); }

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