Html Css Color HEX #10DCC5 Robin's Egg Blue

📋 copy color: '#10DCC5'

red 16 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #10DCC5

Tints of Robin's Egg Blue #10DCC5

RGB

 RED value IS 16 (6.64% from 255) = 3.7%

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 3.7%
G = 50.81%
B = 45.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#10DCC5 (or 0x10DCC5) is known color: Robin's Egg Blue. HEX triplet: 10, DC and C5. RGB value is (16,220,197). Sum of RGB (Red+Green+Blue) = 16+220+197=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCC5 is #EF233A. Grayscale: #9C9C9C. Windows color (decimal): -15672123 or 12966928. OLE color: 12966928.

HSL color Cylindrical-coordinate representation of color #10DCC5: hue angle of 173.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCC5 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 197 -
CMYK 0.93 0 0.10 0.14
HSL 173.24º 0.86% 0.46% -
HSV(B) 173.24º 0.93% 0.86% -
XYZ 35.88 55.33 61.61 -
YUV 156.38 150.91 27.87 -
System Red Green Blue C M Y K H S L
Decimal 16 220 197 0.93 0 0.10 0.14 173.24 0.86 0.46
Hex 10 DC C5 5D 0 A E AD 56 2E
Octal 20 334 305 135 0 12 16 255 126 56
Binary 10000 11011100 11000101 1011101 0 1010 1110 10101101 1010110 101110

Color Harmonies of #10DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCC5

Black with #10DCC5

Text Example


Text Example

White with #10DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DCC5; }

 p { color: rgb(16,220,197); }

 H1.HeaderClassName
 {
   color: #10DCC5;
 }
 .AnyTagClassName
 {
   color: #10DCC5;
 }
</style>

background-color css

<style>
 a { background-color: #10DCC5; }

 a { background-color: rgb(16,220,197); }

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

border-color css

<style>
 span { border-color: #10DCC5; }

 span { border-color: rgb(16,220,197); }

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