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

📋 copy color: '#05C2D0'

red 5 ◦ green 194 ◦ blue 208

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

Shades of Robin's Egg Blue #05C2D0

Tints of Robin's Egg Blue #05C2D0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.67%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 1.23%
G = 47.67%
B = 51.11%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#05C2D0 (or 0x05C2D0) is known color: Robin's Egg Blue. HEX triplet: 05, C2 and D0. RGB value is (5,194,208). Sum of RGB (Red+Green+Blue) = 5+194+208=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #05C2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C2D0 is #FA3D2F. Grayscale: #8A8A8A. Windows color (decimal): -16399664 or 13681157. OLE color: 13681157.

HSL color Cylindrical-coordinate representation of color #05C2D0: hue angle of 184.14º 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 #05C2D0 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 194 208 -
CMYK 0.98 0.07 0 0.18
HSL 184.14º 0.95% 0.42% -
HSV(B) 184.14º 0.98% 0.82% -
XYZ 30.74 43.17 66.39 -
YUV 139.09 166.88 32.36 -
System Red Green Blue C M Y K H S L
Decimal 5 194 208 0.98 0.07 0 0.18 184.14 0.95 0.42
Hex 5 C2 D0 62 7 0 12 B8 5F 2A
Octal 5 302 320 142 7 0 22 270 137 52
Binary 101 11000010 11010000 1100010 111 0 10010 10111000 1011111 101010

Color Harmonies of #05C2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C2D0

Black with #05C2D0

Text Example


Text Example

White with #05C2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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